From 0f60c7824e0d0a8434284ac5208efde9c04bb618 Mon Sep 17 00:00:00 2001 From: 0phoff <0phoff@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:52:44 +0100 Subject: [PATCH] FIX naming in publish action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f675518..51a4189 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: cache: pnpm # Publish Release Candidate - - name: pnpm publish release + - name: pnpm publish release candidate if: ${{ contains(github.ref_name, '-rc') }} env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}