Skip to content

Commit

Permalink
fix: create release only on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Mar 24, 2022
1 parent c6d522f commit d0ffc96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
with:
version: ${{ steps.tag.outputs.VERSION }}
- name: Create Release
if: startsWith(github.ref, 'refs/tags/')
uses: ncipollo/release-action@v1
with:
allowUpdates: true
Expand Down

0 comments on commit d0ffc96

Please sign in to comment.