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 0c0066e commit 03f84cbCopy full SHA for 03f84cb
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
# Uses SHA for security hardening
41
# Currently pointing at a commit for the v1.4.1 tag
42
# Please keep this up-to-date if you're changing the SHA below
43
- uses: changesets/action@3de3850952bec538fde60aac71731376e57b9b57
+ uses: changesets/action@c8bada60c408975afd1a20b3db81d6eee6789308
44
with:
45
title: Release tracking
46
# This expects you to have a script called release which does a build for your packages and calls changeset publish
0 commit comments