Skip to content

Commit

Permalink
👻 update workflow to look for pre-release too
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad committed May 9, 2024
1 parent 598642c commit 54e1d96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
type: string
default: 'v*'
description: Pick from tags matching this pattern
pre_release:
type: boolean
description: Look for pre-release?
default: false

jobs:
resolve-and-upload:
Expand All @@ -26,6 +30,7 @@ jobs:
with:
latest: ${{ github.event.inputs.use_latest_release }}
tag_pattern: ${{ github.event.inputs.tag_pattern }}
prerelease: ${{ github.event.inputs.pre_release }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 54e1d96

Please sign in to comment.