Delete old releases in dev tag (#45)

This commit is contained in:
Matt
2020-07-18 11:12:38 -07:00
committed by GitHub
parent 7c35f3b975
commit d8d6c13679

View File

@@ -179,6 +179,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: 'Dev'
rm: true
files: |
photon-server/build/libs/*.jar
if: github.event_name == 'push'