From 3c66525ef204047f430b12e5d6fe57ef07dfb60b Mon Sep 17 00:00:00 2001 From: Ekang Monyet Date: Mon, 3 Jul 2023 09:47:24 +0800 Subject: [PATCH] Delete old release and retag latest commit This ensures the latest commit message and timestamp can be correctly included in the release. --- .github/workflows/build-deploy-assets.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: -- 2.39.5