Skip to content

Commit

Permalink
Allow updating existing draft/prerelease releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kokolihapihvi committed Oct 7, 2023
1 parent 86dbfdd commit f1b8bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
with:
name: v${{ steps.get-version.outputs.SNIFFER_VERSION }}
tag: v${{ steps.get-version.outputs.SNIFFER_VERSION }}
allowUpdates: true
updateOnlyUnreleased: true
commit: ${{ github.sha }}
prerelease: true
Expand Down

0 comments on commit f1b8bbb

Please sign in to comment.