Delete old release and retag latest commit

This ensures the latest commit message and timestamp can be correctly
included in the release.
This commit is contained in:
Ekang Monyet 2023-07-03 09:47:24 +08:00
parent fe46d27faf
commit 3c66525ef2

View File

@ -18,6 +18,14 @@ jobs:
make all
make html
tar zcvf lkmpg-html.tar.gz ./html
- name: Delete old release
uses: cb80/delrel@latest
with:
tag: latest
- name: Tag
run: |
git tag latest
git push -f --tags
- name: Release
uses: softprops/action-gh-release@v0.1.15
with: