diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 2d7c8b90..0a34c739 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