From 465cc90e9db9cd2efa3de8cb93378210fba30936 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Tue, 20 Sep 2022 00:22:49 +0100 Subject: [PATCH] omit GH release step from CI automation --- .github/workflows/npmpublish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 2d7c8b9..0a34c73 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -40,10 +40,10 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} - - name: Create Github Release - if: steps.version-updated.outputs.has-updated - id: create_release - uses: ncipollo/release-action@v1 + # - name: Create Github Release + # if: steps.version-updated.outputs.has-updated + # id: create_release + # uses: ncipollo/release-action@v1 #publish-gpr: #needs: build