mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 15:46:59 +08:00
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:
parent
fe46d27faf
commit
3c66525ef2
8
.github/workflows/build-deploy-assets.yaml
vendored
8
.github/workflows/build-deploy-assets.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user