Skip to content

Commit db9d670

Browse files
authored
Merge pull request #161 from IABTechLab/mkc-UID2-5149-fix-force-release
Pass force_release input to Check branch and release type step
2 parents 3972ba9 + 8c91db5 commit db9d670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/shared-publish-java-to-docker-versioned.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ jobs:
6363
steps:
6464
- name: Check branch and release type
6565
id: checkRelease
66-
uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2
66+
uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v3
6767
with:
6868
release_type: ${{ inputs.release_type }}
69+
force_release: ${{ inputs.force_release }}
6970

7071
- name: Show Context
7172
run: |

0 commit comments

Comments
 (0)