We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 738727b + 3c66525 commit f1e60b0Copy full SHA for f1e60b0
.github/workflows/build-deploy-assets.yaml
@@ -18,16 +18,14 @@ jobs:
18
make all
19
make html
20
tar zcvf lkmpg-html.tar.gz ./html
21
- - name: Delete old release asset
22
- uses: mknejp/delete-release-assets@v1
+ - name: Delete old release
+ uses: cb80/delrel@latest
23
with:
24
- token: ${{ github.token }}
25
- fail-if-no-assets: false
26
- fail-if-no-release: false
27
tag: latest
28
- assets: |
29
- lkmpg.pdf
30
- lkmpg-html.tar.gz
+ - name: Tag
+ run: |
+ git tag latest
+ git push -f --tags
31
- name: Release
32
uses: softprops/[email protected]
33
0 commit comments