Skip to content

Commit

Permalink
ci: allow publishing from alpha branch
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mader committed Feb 18, 2025
1 parent f74beda commit 3d7544b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: pnpm build
- name: pnpm publish
# run: npm publish --provenance --access public
run: pnpm publish --access public --dry-run
run: pnpm publish --access public --publish-branch alpha --dry-run
env:
NPM_CONFIG_PROVENANCE: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3d7544b

Please sign in to comment.