Skip to content

Commit 404699b

Browse files
committed
debug release-type
1 parent 5132eb8 commit 404699b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-java-bindings-new.yml

+2
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
- uses: actions/checkout@v4
116116
with:
117117
ref: ${{ inputs.ref || github.ref }}
118+
- name: Debug input value
119+
run: echo "Release type is ${{ inputs.release-type }}"
118120
- name: Download all artifacts
119121
uses: actions/download-artifact@v3
120122
with:

0 commit comments

Comments
 (0)