Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supersurviveur authored May 26, 2024
1 parent 6b3a88d commit 492660d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
on:
workflow_dispatch:
inputs:
version-number:
description: 'Version number'
required: true

jobs:
build:
Expand Down Expand Up @@ -45,6 +49,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "artifacts/*/*"
tag: ${{ github.event.inputs.version-number }}
allowUpdates: true
omitBodyDuringUpdate: true
omitDraftDuringUpdate: true
Expand Down

0 comments on commit 492660d

Please sign in to comment.