We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c74ea commit 6caf595Copy full SHA for 6caf595
.github/workflows/cd.yml
@@ -25,9 +25,6 @@ jobs:
25
- name: Setup Repository
26
uses: ./.github/actions/setup
27
28
- - name: Configure NPM Auth Token
29
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}" >> ~/.npmrc
30
-
31
- name: Create Snapshot
32
id: create_snapshot
33
run: pnpm changeset version --snapshot canary || echo "No unreleased changesets found"
0 commit comments