mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-01 05:37:13 +00:00
prevent automatic overwrite of already released files
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user