Skip to content

Commit 5b9e986

Browse files
committed
feat(cd): release at every push
1 parent 68c1668 commit 5b9e986

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424

2525
- name: Release PDF
2626
uses: softprops/action-gh-release@v2
27-
if: github.ref_type == 'tag'
27+
# if: github.ref_type == 'tag'
2828
with:
29+
tag_name: latest
30+
name: Latest build
2931
files: Luca_Parolini
32+
make_latest: true

0 commit comments

Comments
 (0)