Skip to content

Commit

Permalink
ci: add prerelease checkbox to github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
marisukukise committed Sep 29, 2023
1 parent dbd85cd commit 0e2a3e9
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
Expand Up @@ -10,6 +10,10 @@ on:
type: string
description: Release tag
required: true
prerelease:
type: boolean
desccription: Pre-release?
required: true

jobs:
build-ubuntu:
Expand Down Expand Up @@ -108,3 +112,4 @@ jobs:
make/squirrel.windows/x64/*.exe
Anki_japReader.apkg
tag_name: ${{ inputs.tag }}
prerelease: ${{ inputs.prerelease }}

0 comments on commit 0e2a3e9

Please sign in to comment.