prevent automatic overwrite of already released files

This commit is contained in:
Armin Schrenk
2024-02-12 13:16:45 +01:00
parent 36ec1a5ebc
commit 5fc981abd3
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ jobs:
# If ref is a tag, also upload to GitHub Releases:
- name: Publish Debian package on GitHub Releases
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/') && inputs.dput
env:
GITHUB_TOKEN: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
run: |