From c785a526c3d86880837dfe8972c00473b31e1d76 Mon Sep 17 00:00:00 2001 From: Coby Date: Wed, 27 Nov 2024 12:49:52 -0500 Subject: [PATCH] nit --- .github/workflows/build-action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index 3c43c04f95..8d7844e142 100644 --- a/.github/workflows/build-action.yml +++ b/.github/workflows/build-action.yml @@ -302,7 +302,6 @@ jobs: npm ci npm run prepublishOnly - - name: Publish to NPM if version has changed id: publish uses: JS-DevTools/npm-publish@v3 @@ -315,7 +314,7 @@ jobs: - name: Tag new version if: ${{ steps.publish.outputs.type }} # https://github.com/JS-DevTools/npm-publish?tab=readme-ov-file#action-output env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN}} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} RELEASED_VERSION: ${{ steps.publish.outputs.version }} run: | git tag $RELEASED_VERSION