We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb2848 commit 7d14065Copy full SHA for 7d14065
.github/workflows/version.yaml
@@ -50,7 +50,7 @@ jobs:
50
echo "PACKAGE=false" >> $GITHUB_ENV
51
52
- name: Override release kind on manual
53
- if: ${{ github.event.inputs.releaseType != 'auto' }}
+ if: ${{ github.event_name == "workflow_dispatch" && github.event.inputs.releaseType != 'auto' }}
54
id: override-release-kind
55
run: |
56
echo "::notice::Overriding release type to ${{ github.event.inputs.releaseType }} since this was a manual trigger"
0 commit comments