Skip to content

Commit

Permalink
Merge pull request #4 from teams-notifier/fix-missing-env
Browse files Browse the repository at this point in the history
fix missing env at build
  • Loading branch information
babs authored Nov 25, 2024
2 parents 60aa767 + 15bfd3c commit 08a7d34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
esac
SEMVER_CORE="${TAG%%-*}"
IMG_TAGS="${IMG_TAGS} $TAG ${SEMVER_CORE%.*}${RELEASE} ${SEMVER_CORE%%.*}${RELEASE}"
echo "TAG=$TAG" >>$GITHUB_ENV
echo "SEMVER_CORE=$SEMVER_CORE" >>$GITHUB_ENV
fi
echo "Targets:"
Expand Down

0 comments on commit 08a7d34

Please sign in to comment.