Skip to content

Commit

Permalink
Fixes label in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz committed Nov 30, 2023
1 parent 019e35e commit 73848f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Restore dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci
- name: Publish @next
- name: Publish @latest
run: npm publish --access public --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand Down

0 comments on commit 73848f3

Please sign in to comment.