Skip to content

Commit

Permalink
Merge pull request #2 from umccr/feat/add-role
Browse files Browse the repository at this point in the history
fix: publish main branch
  • Loading branch information
mmalenic authored Dec 6, 2024
2 parents 980564a + 0b3c41c commit 329d378
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 329d378

Please sign in to comment.