1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00

Delete beta each time so that it becomes highest release

This commit is contained in:
jugeeya 2021-08-13 23:09:13 -07:00 committed by GitHub
parent 9e8a89547a
commit d8ea6eb0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,13 @@ jobs:
cp svg/check.svg ${{env.SMASH_WEB_DIR}}/check.svg
zip -r training_modpack_beta.zip atmosphere
- uses: dev-drprasad/delete-tag-and-release@v0.2.0
if: github.ref == 'refs/heads/master'
with:
delete_release: true
tag_name: beta
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update Release
if: github.ref == 'refs/heads/master'
uses: meeDamian/github-release@2.0