File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11name : Release
22
33on :
4- pull_request :
54 workflow_dispatch :
65 inputs :
76 version-override :
@@ -77,20 +76,23 @@ jobs:
7776 source-version-override : ${{ steps.resolve-new-version.outputs.NEW_VERSION }}
7877
7978 - name : AWS SDK Kotlin pull request
79+ if : ${{ inputs.sdk-version-bump == 'true' }}
8080 uses : ./.github/actions/version-bump-pr
8181 with :
8282 repo : ' aws/aws-sdk-kotlin'
8383 version : ${{ steps.resolve-new-version.outputs.NEW_VERSION }}
8484 pat : ${{ secrets.CI_USER_PAT }}
8585
8686 - name : Smithy Kotlin pull request
87+ if : ${{ inputs.smithy-kotlin-version-bump == 'true' }}
8788 uses : ./.github/actions/version-bump-pr
8889 with :
8990 repo : ' smithy-lang/smithy-kotlin'
9091 version : ${{ steps.resolve-new-version.outputs.NEW_VERSION }}
9192 pat : ${{ secrets.CI_USER_PAT }}
9293
9394 - name : CRT Kotlin pull request
95+ if : ${{ inputs.crt-kotlin-version-bump == 'true' }}
9496 uses : ./.github/actions/version-bump-pr
9597 with :
9698 repo : ' aws/aws-crt-kotlin'
You can’t perform that action at this time.
0 commit comments