Skip to content

Commit

Permalink
Merge pull request #29 from ekangmonyet/master
Browse files Browse the repository at this point in the history
Delete existing release asset before releasing
  • Loading branch information
jserv committed Aug 1, 2021
2 parents 0fce98f + 7ee66c5 commit fd80247
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: make all
- name: Delete old release asset
uses: mknejp/delete-release-assets@v1
with:
token: ${{ github.token }}
fail-if-no-assets: false
tag: latest
assets: lkmpg.pdf
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit fd80247

Please sign in to comment.