Skip to content

Commit

Permalink
fix: small internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Hall committed Jul 26, 2021
1 parent 7db3a3b commit 06d541d
Show file tree
Hide file tree
Showing 4 changed files with 1,089 additions and 805 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,3 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
needs: build
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm run prepublishOnly
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes to Property Use Logical

## 3.2.2 (July 26th, 2021)

- Update package-lock dependencies
- fix git workflow

## 3.2.1 (July 26th, 2021)

- Update stylelint peer dependency to use current version or late
Expand Down
Loading

0 comments on commit 06d541d

Please sign in to comment.