We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8150a90 commit 7674543Copy full SHA for 7674543
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
path: fontship-${{ env.VERSION }}.zip
50
- name: Release
51
uses: softprops/action-gh-release@v2
52
- 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, '.')
53
with:
54
body_path: fontship-${{ env.VERSION }}.md
55
files: |
0 commit comments