Skip to content

Commit 7a6924f

Browse files
committed
Relase on tagged release.
1 parent 7ad1d9b commit 7a6924f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ls -al *.pdf
4141
4242
- name: Release PDF
43-
if: github.ref == 'refs/heads/master'
43+
if: startsWith(github.ref, 'refs/tags/v')
4444
uses: softprops/action-gh-release@v2
4545
with:
4646
tag_name: latest

0 commit comments

Comments
 (0)