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 @@ jobs:
# Uses SHA for security hardening
# Currently pointing at a commit for the v1.4.1 tag
# Please keep this up-to-date if you're changing the SHA below
uses: changesets/action@c48e67d110a68bc90ccf1098e9646092baacaa87
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf
with:
title: Release tracking
# This expects you to have a script called release which does a build for your packages and calls changeset publish
Expand Down
Loading