Skip to content

Commit

Permalink
feat: changesets signed commits rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Jan 16, 2024
1 parent 07924af commit e17ddbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit e17ddbe

Please sign in to comment.