From 58076a6b4c5a8042dda80e49d88c8c34690e97ec Mon Sep 17 00:00:00 2001 From: Alessio Coser <18616553+AlessioCoser@users.noreply.github.com> Date: Sat, 30 Mar 2024 00:50:50 +0100 Subject: [PATCH] fix pipeline --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 95bbddf..2a7c146 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -33,7 +33,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} github-release: - needs: publish + needs: npm-publish runs-on: ubuntu-latest steps: - uses: actions/checkout@v3