From ac6e5c3587712f6be628ad53933c07989ef3ee0b Mon Sep 17 00:00:00 2001 From: Matthias Goudjil Date: Mon, 18 Mar 2024 15:13:00 +0100 Subject: [PATCH] feat(ci): fix npm tag name (just beta) --- .github/workflows/cd-publish-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-publish-beta.yml b/.github/workflows/cd-publish-beta.yml index 4ab4add4..7567e55e 100644 --- a/.github/workflows/cd-publish-beta.yml +++ b/.github/workflows/cd-publish-beta.yml @@ -41,7 +41,7 @@ jobs: run: pnpm build - name: Publish beta - run: pnpm -r --filter './packages/**' publish --no-git-checks --access public --tag $VERSION + run: pnpm -r --filter './packages/**' publish --no-git-checks --access public --tag beta env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} VERSION: ${{ steps.get_tag.outputs.TAG }} \ No newline at end of file