Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# Publishing to npm is intentionally disabled — uncomment `publish:`
# and add the NPM_TOKEN secret if/when packages are published.
- name: Create release PR
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1
uses: changesets/action@22ccf9aa43179fe9e27dc62e575971d28cce197c # v1

Check warning on line 55 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / workflows, shell, and Dockerfiles

ref-version-mismatch

release.yml:55: action's hash pin has mismatched or missing version comment: points to commit a45c4d594aa4
with:
version: pnpm exec changeset version
commit: "chore: version packages"
Expand Down
Loading