Skip to content

Commit a21e547

Browse files
committed
fix env handling
1 parent c9c4115 commit a21e547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

golang/pre-publish/set-environment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ if [[ "${VERSION}" =~ cloud.* ]]; then
99
TAG_VERSION="${VERSION}"
1010
fi
1111

12-
echo "COMMIT_TEMPLATE=$COMMIT_TEMPLATE" >> $GITHUB_OUTPUT
13-
echo "TAG_VERSION=$TAG_VERSION" >> $GITHUB_OUTPUT
12+
echo "COMMIT_TEMPLATE=$COMMIT_TEMPLATE" >> $GITHUB_ENV
13+
echo "TAG_VERSION=$TAG_VERSION" >> $GITHUB_ENV

0 commit comments

Comments
 (0)