Skip to content

Commit

Permalink
add the alpha tag to the publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 11, 2025
1 parent 713ab4e commit 447a9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: npm publish
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish --tag alpha
env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 447a9ad

Please sign in to comment.