Skip to content

Commit

Permalink
Delete old release and retag latest commit
Browse files Browse the repository at this point in the history
This ensures the latest commit message and timestamp can be correctly
included in the release.
  • Loading branch information
ekangmonyet committed Jul 3, 2023
1 parent fe46d27 commit 3c66525
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-deploy-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c66525

Please sign in to comment.