Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Feb 23, 2022
1 parent 9938c64 commit e623328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
registry-url: https://registry.npmjs.org/
registry-url: 'https://registry.npmjs.org/'
- run: npm ci
- run: npm publish
env:
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
registry-url: https://npm.pkg.github.com/
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit e623328

Please sign in to comment.