Skip to content

Commit

Permalink
chore: Update release-canary.yml and set npm authentication token
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset committed Aug 5, 2024
1 parent e0feb85 commit 66ccbcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Publish a Canary version
id: publish
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
echo "published=true" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 66ccbcb

Please sign in to comment.