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 89fbc08 commit c85be9fCopy full SHA for c85be9f
.github/workflows/release-canary.yml
@@ -44,7 +44,7 @@ jobs:
44
continue-on-error: true
45
run: pnpm canary:enter
46
- name: Create "Version packages" PR or publish release
47
- uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
+ uses: changesets/action@04d574e831923498156e0b2b93152878063203a3
48
with:
49
version: pnpm run version
50
publish: pnpm run release
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
run: pnpm canary:exit
42
43
0 commit comments