Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
a81d789f
Commit
a81d789f
authored
Jul 18, 2023
by
Will Cory
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(release): eth-optimism -> ethereum/optimism
parent
c982b41c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
config.json
.changeset/config.json
+1
-1
release-snapshot.yml
.github/workflows/release-snapshot.yml
+1
-1
release.yml
.github/workflows/release.yml
+1
-1
No files found.
.changeset/config.json
View file @
a81d789f
{
{
"$schema"
:
"https://unpkg.com/@changesets/config@2.3.0/schema.json"
,
"$schema"
:
"https://unpkg.com/@changesets/config@2.3.0/schema.json"
,
"changelog"
:
[
"@changesets/changelog-github"
,
{
"repo"
:
"eth-optimism/optimism"
}],
"changelog"
:
[
"@changesets/changelog-github"
,
{
"repo"
:
"eth
ereum
-optimism/optimism"
}],
"commit"
:
false
,
"commit"
:
false
,
"fixed"
:
[],
"fixed"
:
[],
"linked"
:
[],
"linked"
:
[],
...
...
.github/workflows/release-snapshot.yml
View file @
a81d789f
...
@@ -12,7 +12,7 @@ on:
...
@@ -12,7 +12,7 @@ on:
jobs
:
jobs
:
snapshot-snapshot
:
snapshot-snapshot
:
name
:
Publish snapshot release to npm
name
:
Publish snapshot release to npm
if
:
github.repository == 'eth-optimism/optimism'
if
:
github.repository == 'eth
ereum
-optimism/optimism'
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
...
...
.github/workflows/release.yml
View file @
a81d789f
...
@@ -19,7 +19,7 @@ jobs:
...
@@ -19,7 +19,7 @@ jobs:
release
:
release
:
name
:
Release
name
:
Release
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
github.repository == 'eth-optimism/optimism'
if
:
github.repository == 'eth
ereum
-optimism/optimism'
# map the step outputs to job outputs
# map the step outputs to job outputs
outputs
:
outputs
:
fault-detector
:
${{ steps.packages.outputs.fault-detector }}
fault-detector
:
${{ steps.packages.outputs.fault-detector }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment