Skip to content

Commit

Permalink
Merge pull request #170 from tiagosiebler/ci
Browse files Browse the repository at this point in the history
omit GH release step from CI automation
  • Loading branch information
tiagosiebler authored Sep 19, 2022
2 parents 3abdb58 + 465cc90 commit 2971dd7
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 2971dd7

Please sign in to comment.