Skip to content

Commit

Permalink
Update release pipeline to allow updating draft releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ag14774 committed Sep 27, 2024
1 parent 8f4ce1d commit bb949c9
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 @@ -42,6 +42,8 @@ jobs:
with:
artifacts: "dist/*"
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
updateOnlyUnreleased: true
draft: false
prerelease: steps.check-version.outputs.prerelease == 'true'

Expand Down

0 comments on commit bb949c9

Please sign in to comment.