Skip to content

Commit

Permalink
Add option to set prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jun 12, 2024
1 parent 6b58acf commit 08fbbaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_installation_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ jobs:
# without a GitHub account.
- name: Release
uses: ncipollo/release-action@v1
env:
IS_PRERELEASE: ${{ vars.IS_PRERELEASE }}
with:
artifacts: "/tmp/dqmgui/dqmgui_${{ env.RELEASE_TAG }}.tar.gz"
bodyFile: "/tmp/release_body.md"
tag: ${{ env.RELEASE_TAG }}
prerelease: "${{ env.IS_PRERELEASE }}"
allowUpdates: "true"

0 comments on commit 08fbbaa

Please sign in to comment.