Skip to content

Commit

Permalink
fix: skip git commit and tag during for canary publish (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi authored Sep 12, 2024
1 parent c44978e commit 3da9a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 20
registry-url: "https://registry.npmjs.org"
- run: yarn install
- run: yarn version --prerelease --preid=canary
- run: yarn version --prerelease --preid=canary --no-git-tag-version
- run: yarn publish --tag canary --non-interactive
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3da9a40

Please sign in to comment.