Skip to content

Commit 03d81bc

Browse files
author
Rohaan Hamid
committed
Fix Chocolatey job condition to properly handle prerelease string input
1 parent d03db3f commit 03d81bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
chocolatey:
115115
runs-on: windows-latest
116116
needs: create-release
117-
if: contains(github.event.inputs.tag, 'v') && !github.event.inputs.prerelease
117+
if: contains(github.event.inputs.tag, 'v') && github.event.inputs.prerelease != 'true'
118118
steps:
119119
- name: Checkout
120120
uses: actions/checkout@v4

0 commit comments

Comments
 (0)