From 93a6e56862211ab4325234e524ccc9f41b045c6f Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Tue, 29 Oct 2024 20:14:26 -0500 Subject: [PATCH] Rename step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f2e4bf..44b53fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: | git config --global user.name 'GitHub Action' git config --global user.email 'github-action@users.noreply.github.com' - - name: 🎁 Publish package to npm and bump version + - name: 🎁 Publish package to npm run: yarn publish --access public --new-version ${{ github.event.release.tag_name }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}