Skip to content

Commit d48ec7c

Browse files
committed
Debug:
1 parent e01145a commit d48ec7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
if [[ ! -z "${{ github.event.inputs.version }}" ]]; then
8080
TEMP=${{ github.event.inputs.version }}
8181
TEMP=${TEMP:1}
82+
echo "$GITHB_REF - $TEMP"
8283
TAGS=`echo $TAGS | sed "s|$GITHUB_REF|$TEMP|"`
8384
TRAVIS_TAG=${{ github.event.inputs.version }}
8485
else

0 commit comments

Comments
 (0)