Skip to content

Commit

Permalink
test stable fix
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed May 14, 2024
1 parent d335d4c commit 02f31c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: extract version
id: version
run: |
if [[ "${{ github.event.inputs.version }}" == "true" ]]; then
if [[ "${{ github.event.inputs.isStable }}" == "true" ]]; then
echo "release=stable" >> $GITHUB_OUTPUT
else
echo "release=candidate" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 02f31c7

Please sign in to comment.