-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump changesets-signed-commits action version (#3330)
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ jobs: | |
run: | | ||
git stash | ||
- name: Create Release Pull Request | ||
uses: smartcontractkit/.github/actions/signed-commits@ff80d56f5301dc8a65f66c4d47d746ee956beed9 # [email protected].3 | ||
uses: smartcontractkit/.github/actions/signed-commits@aae9a00d6c15d5e9b9dae731c3eec983b6aa7fe3 # [email protected].4 | ||
with: | ||
# This version command is not only necessary because of yarn pnp, but because the changeset action | ||
# performs git resets and we want to keep those changes, so we stash and then pop them here. | ||
|