-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: changesets signed commits rollout
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
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 |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
|
||
- name: Create Release Pull Request or Publish to NPM | ||
id: changesets | ||
uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23 | ||
uses: smartcontractkit/.github/actions/signed-commits@95b6030f4d23d5d87f53eb0f018f51806afa4da3 # [email protected] | ||
with: | ||
publish: npx changeset publish | ||
env: | ||
|
@@ -83,9 +83,9 @@ jobs: | |
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
run: | | ||
# We need to checkout main again because the changesets action | ||
# consumes the changesets via "changeset version", but we | ||
# consumes the changesets via "changeset version", but we | ||
# want to do a snapshot versioning instead, hence checking out | ||
# main again. | ||
git checkout main | ||
git checkout main | ||
npx changeset version --snapshot | ||
npx changeset publish --tag dev |