Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Dec 3, 2024
1 parent c083a00 commit 03742ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- nick-test

jobs:
build-artifacts:
build-node-bindings:
name: Build node bindings
strategy:
matrix:
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
name: Publish snapshot release to npm
if: github.repository == 'ethereum-optimism/super-cli'
runs-on: ubuntu-latest
needs: build-node-bindings
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 03742ff

Please sign in to comment.