Skip to content

Commit

Permalink
allow updating existing release on publish (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 authored Sep 13, 2024
1 parent 6937fcf commit 9670d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ jobs:
tag: ${{ github.ref_name }}
prerelease: ${{ contains(github.ref_name, 'beta') || contains(github.ref_name, 'alpha') }}
artifacts: "SA.CLEO_*.zip"
allowUpdates: true

0 comments on commit 9670d55

Please sign in to comment.