Skip to content

Commit

Permalink
Do not overwrite releases
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Aug 4, 2024
1 parent eece177 commit 041f7de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
file_glob: true
release_name: ${{ env.VERSION }}
tag: ${{ env.VERSION }}
overwrite: true
overwrite: false
prerelease: false
make_latest: true
# Show ONLY the commit description in the release (without)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
file_glob: true
release_name: ${{ env.VERSION }}
tag: ${{ env.VERSION }}
overwrite: true
overwrite: false
prerelease: true
make_latest: true
# Show ONLY the commit description in the release (without)
Expand Down

0 comments on commit 041f7de

Please sign in to comment.