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