Skip to content

Commit 10b007c

Browse files
committed
Fixed version.yaml workflow
1 parent 6957610 commit 10b007c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "PACKAGE=false" >> $GITHUB_ENV
5151
5252
- name: Override release kind on manual
53-
if: ${{ github.event_name == "workflow_dispatch" && github.event.inputs.releaseType != 'auto' }}
53+
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.releaseType != 'auto' }}
5454
id: override-release-kind
5555
run: |
5656
echo "::notice::Overriding release type to ${{ github.event.inputs.releaseType }} since this was a manual trigger"

0 commit comments

Comments
 (0)