Skip to content

Commit bcea7ad

Browse files
committed
Add some debug output for the tag name
... from the `get_release_info` github action so that we make sure the output of it is correct so long as the tag name is concerned.
1 parent 5c87d06 commit bcea7ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-packages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ jobs:
222222
uses: bruceadams/[email protected]
223223
- name: Set Image Tag
224224
run: |
225+
echo ${{ steps.get_release_info.outputs.tag_name }}
225226
VERSION = ${{ steps.get_release_info.outputs.tag_name }}
226227
arrVERSION=(${VERSION//-/ })
227228
echo "IMAGE_TAG=diffblue/cbmc:${arrVERSION[1]}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)