Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "feat: changesets signed commits rollout" #54

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: smartcontractkit/.github/actions/signed-commits@95b6030f4d23d5d87f53eb0f018f51806afa4da3 # [email protected]
uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23
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
Loading