Skip to content

Commit 3c66525

Browse files
committed
Delete old release and retag latest commit
This ensures the latest commit message and timestamp can be correctly included in the release.
1 parent fe46d27 commit 3c66525

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-deploy-assets.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
make all
1919
make html
2020
tar zcvf lkmpg-html.tar.gz ./html
21+
- name: Delete old release
22+
uses: cb80/delrel@latest
23+
with:
24+
tag: latest
25+
- name: Tag
26+
run: |
27+
git tag latest
28+
git push -f --tags
2129
- name: Release
2230
uses: softprops/[email protected]
2331
with:

0 commit comments

Comments
 (0)