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 252466e commit d6a1239Copy full SHA for d6a1239
.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@5f15b43b429db9083a86b852c3a1b3a6973e8225
+ uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
48
with:
49
version: pnpm run version
50
publish: pnpm run release
.github/workflows/version.yml
@@ -51,7 +51,7 @@ jobs:
51
run: pnpm canary:exit
52
53
- name: Create Release Pull Request
54
55
56
57
title: "chore(root): Version packages"
0 commit comments