Skip to content

Commit

Permalink
ci(publish): fix command used to publish package
Browse files Browse the repository at this point in the history
This repo is configured for semantic-release so we can let that do the hard work for us
  • Loading branch information
ewanharris committed Jan 8, 2024
1 parent 5a456e2 commit ae72cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run release

0 comments on commit ae72cc0

Please sign in to comment.