Commit cd6c2cf9 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #5317 from ethereum-optimism/jg/no_changeset_publish

Stop changesets from creating github releases
parents 2a254aa4 aa0a6c6e
......@@ -75,6 +75,7 @@ jobs:
uses: changesets/action@v1
id: changesets
with:
createGithubReleases: false
publish: yarn changeset publish --tag canary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......
......@@ -67,6 +67,7 @@ jobs:
uses: changesets/action@v1
id: changesets
with:
createGithubReleases: false
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......
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