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 36721ad commit 1bc5703Copy full SHA for 1bc5703
.github/workflows/changesets.yml
@@ -66,16 +66,13 @@ jobs:
66
version: pnpm changeset:version
67
env:
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
70
71
- name: Publish Prerelease
72
if: steps.changesets.outputs.published != 'true'
73
continue-on-error: true
74
75
76
77
run: |
78
- npm config set "//registry.npmjs.org/:_authToken" "$NPM_TOKEN"
79
git reset --hard origin/main
80
pnpm clean
81
pnpm changeset version --no-git-tag --snapshot canary
.github/workflows/prune-tags.yml
.github/workflows/snapshot.yml
0 commit comments