We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ea714 commit 508b231Copy full SHA for 508b231
1 file changed
.github/actions/package-delivery/action.yml
@@ -38,7 +38,7 @@ runs:
38
throw new Error(`Stability ${{ inputs.stability }} should not deliver packages`);
39
}
40
41
- if ('${{ inputs.stability }}' === 'testing' && ! ['testing', 'hotfix'].includes('${{ inputs.release_type }}')) {
+ if ('${{ inputs.stability }}' === 'testing' && ! ['release', 'hotfix'].includes('${{ inputs.release_type }}')) {
42
throw new Error('release_type input must be defined when stability is testing');
43
44
0 commit comments