Skip to content

Commit

Permalink
fix: github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiooshiro committed Nov 2, 2022
1 parent 5c1eb9d commit 0d4c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
release:
needs: build
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')

publish-npm:
needs: release
Expand Down

0 comments on commit 0d4c46f

Please sign in to comment.