Skip to content

Commit

Permalink
workflow: fix pre-release to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
kripa432 committed Jun 27, 2024
1 parent 4e54d5a commit a4d9c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: GH Release
uses: softprops/[email protected]
with:
prerelease: ${{ github.event.inputs.version }}
prerelease: ${{ github.event.inputs.release_type }}
tag_name: ${{ env.CLI_VERSION }}
body_path: RELEASE_NOTES.md
files: ${{ env.OPERATOR_CLI_DIR }}/${{env.CLI_NAME}}_${{matrix.os-label}}

0 comments on commit a4d9c7f

Please sign in to comment.