Skip to content

Commit 8c91db5

Browse files
committed
Pass force_release input to Check branch and release type step
1 parent 3972ba9 commit 8c91db5

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

Lines changed: 2 additions & 1 deletion
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)