From a2ceeb5681f776f4e22bc4e88768726ee0bd0aa8 Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Thu, 10 Nov 2022 11:09:39 -0500 Subject: [PATCH] job name --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d4342277..1b593d02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -111,7 +111,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} publish-beta: - name: Publish Beta + name: Publish Beta to NPM runs-on: ubuntu-latest if: ${{ github.event.release.prerelease }} steps: @@ -164,7 +164,7 @@ jobs: - name: Before deploy run: npm ci && npm run declarations - + - name: Publish npm Package #TODO: remove dry-run when ready run: | npm version $RELEASE_VERSION --no-git-tag-version