Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 19b60a5

Browse files
authored
Update multi-platform.yml
1 parent 012416e commit 19b60a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/multi-platform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
echo "Env GIT_VERSION: ${{env.GIT_VERSION}}"
4444
echo "Env GIT_STRIPPED_VERSION: ${{env.GIT_STRIPPED_VERSION}}"
4545
echo "Env GIT_TAG: ${{ github.event.release.tag_name }}"
46-
echo "Env GIT_REF: $GIT_REF"
47-
echo "Env GIT_REF:" ${GIT_REF}
46+
echo "Env GITHUB_REF: $GITHUB_REF"
47+
echo "Env GITHUB_REF:" ${GITHUB_REF}
4848
4949
docker-build:
5050
runs-on: ubuntu-latest
@@ -56,8 +56,8 @@ jobs:
5656
name: Identify Release Values
5757
if: "${{ github.event.inputs.release-ver}} != 'v' }}"
5858
run: |
59-
echo "GIT_REF=${GIT_REF}"
60-
if [[ ${GIT_REF} = refs/tags* ]]
59+
echo "GITHUB_REF=${GITHUB_REF}"
60+
if [[ ${GITHUB_REF} = refs/tags* ]]
6161
then
6262
echo RELEASE_CHANNEL=stable >> $GITHUB_ENV
6363
else

0 commit comments

Comments
 (0)