Skip to content

Commit a37399b

Browse files
committed
chore: Use an actual release for changesets action
1 parent 2c7cb14 commit a37399b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-js-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: node scripts/release/validate-publishable-packages.mjs
5858
- name: Create or update release PR
5959
id: changesets
60-
uses: changesets/action@d4c53c294341eec8a419ec2d1927138bfdeec234
60+
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
6161
with:
6262
version: pnpm exec changeset version && pnpm install --lockfile-only
6363
commit: "[ci] release"

0 commit comments

Comments
 (0)