From: Ekang Monyet Date: Mon, 3 Jul 2023 01:47:24 +0000 (+0800) Subject: Delete old release and retag latest commit X-Git-Tag: latest~29^2 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=3c66525ef204047f430b12e5d6fe57ef07dfb60b;p=lkmpg Delete old release and retag latest commit This ensures the latest commit message and timestamp can be correctly included in the release. --- diff --git a/.github/workflows/build-deploy-assets.yaml b/.github/workflows/build-deploy-assets.yaml index ee27b14..789d19c 100644 --- a/.github/workflows/build-deploy-assets.yaml +++ b/.github/workflows/build-deploy-assets.yaml @@ -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: