Skip to content

Commit ac1afe8

Browse files
authored
echo $TAG_NAME in Action
Just to be able to see on logs what version it has actually resolved to. Because of VirtusLab#419 (comment).
1 parent dc5fe31 commit ac1afe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ runs:
3939
else
4040
TAG_NAME=$TAG_PATTERN
4141
fi
42+
echo $TAG_NAME
4243
gh release download $TAG_NAME --pattern bazel-steward.jar --repo $REPOSITORY
4344
env:
4445
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)