Skip to content

Commit

Permalink
omit GH release step from CI automation
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Sep 19, 2022
1 parent 3abdb58 commit 465cc90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 465cc90

Please sign in to comment.