Skip to content

Commit

Permalink
ci(actions): Keep new releases from being made for non-semver GH Acti…
Browse files Browse the repository at this point in the history
…ons series tags
  • Loading branch information
alerque committed Sep 20, 2024
1 parent 8150a90 commit 7674543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: fontship-${{ env.VERSION }}.zip
- name: Release
uses: softprops/action-gh-release@v2
if: github.repository == 'theleagueof/fontship' && startsWith(github.ref, 'refs/tags/v')
if: github.repository == 'theleagueof/fontship' && startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '.')
with:
body_path: fontship-${{ env.VERSION }}.md
files: |
Expand Down

0 comments on commit 7674543

Please sign in to comment.