We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddd82a commit 71d2bf0Copy full SHA for 71d2bf0
action.yaml
@@ -39,6 +39,7 @@ runs:
39
else
40
TAG_NAME=$TAG_PATTERN
41
fi
42
+ echo $TAG_NAME
43
gh release download $TAG_NAME --pattern bazel-steward.jar --repo $REPOSITORY
44
env:
45
GH_TOKEN: ${{ github.token }}
0 commit comments