We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3972ba9 + 8c91db5 commit db9d670Copy full SHA for db9d670
.github/workflows/shared-publish-java-to-docker-versioned.yaml
@@ -63,9 +63,10 @@ jobs:
63
steps:
64
- name: Check branch and release type
65
id: checkRelease
66
- uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2
+ uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v3
67
with:
68
release_type: ${{ inputs.release_type }}
69
+ force_release: ${{ inputs.force_release }}
70
71
- name: Show Context
72
run: |
0 commit comments