Skip to content

Commit

Permalink
fix: publish main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Dec 6, 2024
1 parent 3b456e2 commit 0b3c41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: pnpm install
- run: pnpm run build
- run: pnpm publish --access public
- run: pnpm publish --access public --publish-branch main
env:
NODE_AUTH_TOKEN: ${{ secrets.HTSGET_RS_DEPLOY_PUBLISH_TOKEN }}

0 comments on commit 0b3c41c

Please sign in to comment.