Skip to content

Commit

Permalink
only release on a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed May 2, 2024
1 parent 1dbcf1e commit 9dbce3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
# prerelease: ${{ contains(github.ref, '-') }}
files: |
Expand Down

0 comments on commit 9dbce3e

Please sign in to comment.