Commit 5ac54ae2 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6335 from ethereum-optimism/07-18-fix_release_eth-optimism_-_ethereum/optimism

fix(release): eth-optimism -> ethereum/optimism
parents c982b41c a81d789f
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "eth-optimism/optimism" }],
"changelog": ["@changesets/changelog-github", { "repo": "ethereum-optimism/optimism" }],
"commit": false,
"fixed": [],
"linked": [],
......
......@@ -12,7 +12,7 @@ on:
jobs:
snapshot-snapshot:
name: Publish snapshot release to npm
if: github.repository == 'eth-optimism/optimism'
if: github.repository == 'ethereum-optimism/optimism'
runs-on: ubuntu-latest
steps:
- name: Checkout
......
......@@ -19,7 +19,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: github.repository == 'eth-optimism/optimism'
if: github.repository == 'ethereum-optimism/optimism'
# map the step outputs to job outputs
outputs:
fault-detector: ${{ steps.packages.outputs.fault-detector }}
......
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