Skip to content

Commit df12881

Browse files
authored
Fix NODE_RED_VERISON env var on respin (#376)
* Update ssh key fingerprints * Really fix ssh keys for bitbucket * Fix NODE_RED_VERSION env var
1 parent c88cd75 commit df12881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
echo "::set-output name=tags::$TAGS"
124124
echo "::set-output name=push::$PUSH"
125-
echo "::set-output name=version::$(echo $GITHUB_REF | awk -F '/' '{ print $3}')"
125+
echo "::set-output name=version::$TRAVIS_TAG"
126126
echo "::set-output name=buildVersion::$VERSION"
127127
-
128128
name: Login to DockerHub

0 commit comments

Comments
 (0)