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 6997a9e commit b619391Copy full SHA for b619391
.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@04d574e831923498156e0b2b93152878063203a3
+ uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
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