Skip to content

Commit

Permalink
Allow updating unreleased versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-kryvenko committed Feb 13, 2025
1 parent bc8b6af commit 56b99f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ jobs:
generateReleaseNotes: true
commit: ${{ github.sha }}
tag: ${{ github.event.inputs.releaseVersion }}
allowUpdates: true
updateOnlyUnreleased: true
draft: ${{ github.event.inputs.releaseType == 'draft' || github.event.inputs.releaseType == 'draft-prerelease' }}
prerelease: ${{ github.event.inputs.releaseType == 'prerelease' || github.event.inputs.releaseType == 'draft-prerelease' }}
makeLatest: ${{ github.event.inputs.releaseType == 'release' }}
Expand Down

0 comments on commit 56b99f7

Please sign in to comment.