Skip to content

Commit

Permalink
Fix publish workflow (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
brachkow authored Jul 19, 2023
1 parent 4b48297 commit f1c479f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test

publish-gpr:
needs: build
Expand All @@ -30,7 +28,6 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f1c479f

Please sign in to comment.