We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad1d9b commit 7a6924fCopy full SHA for 7a6924f
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
ls -al *.pdf
41
42
- name: Release PDF
43
- if: github.ref == 'refs/heads/master'
+ if: startsWith(github.ref, 'refs/tags/v')
44
uses: softprops/action-gh-release@v2
45
with:
46
tag_name: latest
0 commit comments