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 2dcf10b commit 2f4ad13Copy full SHA for 2f4ad13
1 file changed
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Create or update Version Packages PR
38
id: changesets
39
- uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1
+ uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1
40
env:
41
GITHUB_TOKEN: ${{ github.token }}
42
@@ -74,7 +74,7 @@ jobs:
74
run: npm install -g npm@11.5.1
75
76
- name: Publish to npm
77
78
with:
79
publish: pnpm run ci:publish
80
0 commit comments