From 2dcde9f5dbd2f5d5be92687d9bff682d58eed859 Mon Sep 17 00:00:00 2001 From: patricklx Date: Wed, 3 Aug 2022 18:49:24 +0200 Subject: [PATCH] Update nodejs.yml --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a43db8cc..40a631ac 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -103,7 +103,7 @@ jobs: env: NPM_TOKEN: "${{ secrets.NPM_TOKEN }}" - name: create tag - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/old' env: GITHUB_TOKEN: ${{ github.token }} GITHUB_ACTOR: ${{ github.actor }}