Commit cc8c87be authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #2074 from ethereum-optimism/fix/ci-changeset-version

ci: update version of changesets
parents 39be2d12 29ba6099
...@@ -65,7 +65,7 @@ jobs: ...@@ -65,7 +65,7 @@ jobs:
run: yarn changeset version --snapshot run: yarn changeset version --snapshot
- name: Publish To NPM - name: Publish To NPM
uses: changesets/action@master uses: changesets/action@v1
id: changesets id: changesets
with: with:
publish: yarn changeset publish --tag canary publish: yarn changeset publish --tag canary
......
...@@ -55,7 +55,7 @@ jobs: ...@@ -55,7 +55,7 @@ jobs:
run: yarn run: yarn
- name: Publish To NPM or Create Release Pull Request - name: Publish To NPM or Create Release Pull Request
uses: changesets/action@master uses: changesets/action@v1
id: changesets id: changesets
with: with:
publish: yarn release publish: yarn release
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment