Skip to content

Commit

Permalink
ci: enabling automatic npm publish on new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephigenia committed Jan 2, 2025
1 parent 7fc060d commit 6a26f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npm publish --dry-run --provenance --access public
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6a26f60

Please sign in to comment.