From 4c83999a812199a7599bf68781663c52e2bf9980 Mon Sep 17 00:00:00 2001 From: Kemosabert Date: Tue, 15 Oct 2024 15:45:08 +0200 Subject: [PATCH] debug --- .github/workflows/build-and-release.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 5f26ea2..ec122a0 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -2,6 +2,9 @@ name: Build and release on: release: types: [created] + pull_request: + branches: + - '*' jobs: build: @@ -32,9 +35,9 @@ jobs: - name: Build the library run: yarn build - - name: Publish to NPM - run: | - echo "Publishing version ${{ steps.get_version.outputs.tag }} to NPM" - cd build && npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} + # - name: Publish to NPM + # run: | + # echo "Publishing version ${{ steps.get_version.outputs.tag }} to NPM" + # cd build && npm publish --provenance --access public + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}