From e4fb9c3be8aad5288b04c0a6c5feb6321cb927a9 Mon Sep 17 00:00:00 2001 From: Daniel Perez Alvarez Date: Wed, 7 Aug 2024 23:03:33 -0400 Subject: [PATCH] [TESTING] test publish --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 909ce5f..9ecb284 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,8 +2,8 @@ name: Publish on: push: - tags: - - v*.*.* + branches: + - "testing-changelogen" jobs: publish: @@ -28,7 +28,7 @@ jobs: run: yarn build - name: Publish to NPM - run: yarn npm publish + run: yarn npm publish --tag testing env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}