Skip to content

Commit

Permalink
Update release-canary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored Aug 8, 2024
1 parent c763974 commit d219ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
pnpm changeset version --snapshot ${{ github.event.number }}
# npm publish --access public --tag canary --no-git-checks
npm publish --access public --tag canary --no-git-checks
echo "published=true" >> "$GITHUB_OUTPUT"
echo "version=$(npm pkg get version | sed -e 's/^"//;s/"$//')" >> "$GITHUB_OUTPUT"
env:
Expand Down

0 comments on commit d219ac0

Please sign in to comment.