Skip to content

Commit

Permalink
add name to publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jan 2, 2025
1 parent 9288542 commit b32be1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable && yarn compile
- run: npm publish --provenance --access public
- name: Publish package
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b32be1b

Please sign in to comment.