Skip to content

Commit 45ad865

Browse files
authored
Merge pull request #3 from teams-notifier/fix-missing-env
fix missing env at build
2 parents a4e121f + 5f36759 commit 45ad865

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
esac
3535
SEMVER_CORE="${TAG%%-*}"
3636
IMG_TAGS="${IMG_TAGS} $TAG ${SEMVER_CORE%.*}${RELEASE} ${SEMVER_CORE%%.*}${RELEASE}"
37+
echo "TAG=$TAG" >>$GITHUB_ENV
38+
echo "SEMVER_CORE=$SEMVER_CORE" >>$GITHUB_ENV
3739
fi
3840
3941
echo "Targets:"

0 commit comments

Comments
 (0)