From 03742ff7da75b577713b8b8211076fff6f5c9d7d Mon Sep 17 00:00:00 2001 From: "italiano@oplabs.co" Date: Tue, 3 Dec 2024 09:48:09 -0500 Subject: [PATCH] fix --- .github/workflows/release-snapshot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 530a1c0..1a357f6 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -8,7 +8,7 @@ on: - nick-test jobs: - build-artifacts: + build-node-bindings: name: Build node bindings strategy: matrix: @@ -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