Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brlocky authored Dec 23, 2023
1 parent f1078bc commit 8e3f8e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test

- run: npm run compile
publish-npm:
needs: build
runs-on: ubuntu-latest
Expand All @@ -26,7 +26,6 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run compile
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 8e3f8e1

Please sign in to comment.