Skip to content

Commit

Permalink
Merge pull request #206 from ekangmonyet/master
Browse files Browse the repository at this point in the history
Cleanup redundant workflow step, fix release body and timestamp
  • Loading branch information
jserv committed Jul 3, 2023
2 parents 738727b + 3c66525 commit f1e60b0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build-deploy-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ jobs:
make all
make html
tar zcvf lkmpg-html.tar.gz ./html
- name: Delete old release asset
uses: mknejp/delete-release-assets@v1
- name: Delete old release
uses: cb80/delrel@latest
with:
token: ${{ github.token }}
fail-if-no-assets: false
fail-if-no-release: false
tag: latest
assets: |
lkmpg.pdf
lkmpg-html.tar.gz
- 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 f1e60b0

Please sign in to comment.