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 953e6bf commit 41f96dfCopy full SHA for 41f96df
.github/workflows/release-canary.yml
@@ -24,14 +24,16 @@ jobs:
24
- name: Setup Node.js 20
25
uses: actions/setup-node@v4
26
with:
27
+ registry-url: 'https://registry.npmjs.org'
28
node-version: 20
29
30
- name: Install Dependencies
31
run: yarn
32
33
- name: Release
34
run: |
- yarn changeset version --snapshot canary
35
+ yarn changeset version --snapshot canary && yarn install --no-immutable
36
+ yarn build
37
yarn changeset publish --tag canary --no-git-tag --snapshot
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments