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
eaeb6b76
Unverified
Commit
eaeb6b76
authored
Jul 18, 2023
by
Will Cory
Committed by
GitHub
Jul 18, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6336 from ethereum-optimism/roninjin10-patch-3
fix: release.yml checkout action
parents
e81bed16
73e4f54f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
17 deletions
+4
-17
little-scissors-own.md
.changeset/little-scissors-own.md
+0
-1
action.yml
.github/actions/setup/action.yml
+2
-9
release.yml
.github/workflows/release.yml
+2
-7
No files found.
.changeset/little-scissors-own.md
View file @
eaeb6b76
---
---
'
@eth-optimism/contracts-periphery'
:
patch
'
@eth-optimism/contracts-bedrock'
:
patch
'
@eth-optimism/contracts-bedrock'
:
patch
'
@eth-optimism/fault-detector'
:
patch
'
@eth-optimism/fault-detector'
:
patch
'
@eth-optimism/core-utils'
:
patch
'
@eth-optimism/core-utils'
:
patch
...
...
.github/actions/setup/action.yml
View file @
eaeb6b76
...
@@ -7,7 +7,6 @@ runs:
...
@@ -7,7 +7,6 @@ runs:
uses
:
pnpm/action-setup@v2
uses
:
pnpm/action-setup@v2
with
:
with
:
version
:
8.6.5
version
:
8.6.5
-
name
:
Setup node 16.x
-
name
:
Setup node 16.x
uses
:
actions/setup-node@v3
uses
:
actions/setup-node@v3
with
:
with
:
...
@@ -15,22 +14,16 @@ runs:
...
@@ -15,22 +14,16 @@ runs:
registry-url
:
https://registry.npmjs.org
registry-url
:
https://registry.npmjs.org
cache
:
pnpm
cache
:
pnpm
-
name
:
Get foundry version
id
:
foundry-version
run
:
echo ::set-output name=version::$(cat .foundryrc)
-
name
:
Setup foundry
-
name
:
Setup foundry
uses
:
foundry-rs/foundry-toolchain@v1
uses
:
foundry-rs/foundry-toolchain@v1
with
:
version
:
$${ steps.foundry-version.outputs.version }
-
name
:
Install node dependencies
-
name
:
Install node dependencies
shell
:
bash
shell
:
bash
run
:
pnpm install --frozen-lockfile
run
:
pnpm install --frozen-lockfile
-
name
:
Derive appropriate SHAs for base and head for `nx affected` commands
-
name
:
Derive appropriate SHAs for base and head for `nx affected` commands
uses
:
nrwl/nx-set-shas@v3
uses
:
nrwl/nx-set-shas@v3
with
:
main-branch-name
:
"
develop"
-
run
:
|
-
run
:
|
echo "nx using following shas:"
echo "nx using following shas:"
echo "BASE: ${{ env.NX_BASE }}"
echo "BASE: ${{ env.NX_BASE }}"
...
...
.github/workflows/release.yml
View file @
eaeb6b76
...
@@ -2,12 +2,6 @@ name: Release and version
...
@@ -2,12 +2,6 @@ name: Release and version
on
:
on
:
workflow_dispatch
:
workflow_dispatch
:
inputs
:
branch
:
description
:
"
Trigger
a
release
workflow"
type
:
string
default
:
"
develop"
required
:
true
push
:
push
:
branches
:
branches
:
-
develop
-
develop
...
@@ -38,10 +32,11 @@ jobs:
...
@@ -38,10 +32,11 @@ jobs:
id-token
:
write
id-token
:
write
steps
:
steps
:
-
name
:
Checkout Repo
-
name
:
Checkout Repo
uses
:
actions/checkout@
develop
uses
:
actions/checkout@
v3
with
:
with
:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth
:
0
fetch-depth
:
0
ref
:
"
develop"
-
name
:
Setup
-
name
:
Setup
uses
:
./.github/actions/setup
uses
:
./.github/actions/setup
...
...
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