Skip to content

Commit 9adca1f

Browse files
committed
feat(cd): testing stuff
1 parent eb5cb7b commit 9adca1f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,25 @@ jobs:
1616
uses: typst-community/setup-typst@v4
1717
- run: typst compile main.typ Luca_Parolini.pdf
1818

19+
- name: Get date
20+
uses: hudsonm62/datetime-action@v1
21+
id: datetime
22+
with:
23+
timezone: Europe/Rome
24+
format: yyyy-MM-dd
25+
1926
- name: Upload PDF
2027
uses: actions/upload-artifact@v4
2128
with:
2229
name: Luca_Parolini
2330
path: Luca_Parolini.pdf
31+
32+
- name: Bump version and push tag
33+
uses: anothrNick/github-tag-action@v1
34+
35+
- name: Upload artifact to Release
36+
uses: softprops/action-gh-release@v2
37+
if: github.ref_type == 'tag'
38+
with:
39+
files: Luca_Parolini.pdf
40+
make_latest: true

0 commit comments

Comments
 (0)