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

Commit

Permalink
Update multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote authored Apr 15, 2022
1 parent 012416e commit 19b60a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
echo "Env GIT_VERSION: ${{env.GIT_VERSION}}"
echo "Env GIT_STRIPPED_VERSION: ${{env.GIT_STRIPPED_VERSION}}"
echo "Env GIT_TAG: ${{ github.event.release.tag_name }}"
echo "Env GIT_REF: $GIT_REF"
echo "Env GIT_REF:" ${GIT_REF}
echo "Env GITHUB_REF: $GITHUB_REF"
echo "Env GITHUB_REF:" ${GITHUB_REF}
docker-build:
runs-on: ubuntu-latest
Expand All @@ -56,8 +56,8 @@ jobs:
name: Identify Release Values
if: "${{ github.event.inputs.release-ver}} != 'v' }}"
run: |
echo "GIT_REF=${GIT_REF}"
if [[ ${GIT_REF} = refs/tags* ]]
echo "GITHUB_REF=${GITHUB_REF}"
if [[ ${GITHUB_REF} = refs/tags* ]]
then
echo RELEASE_CHANNEL=stable >> $GITHUB_ENV
else
Expand Down

0 comments on commit 19b60a5

Please sign in to comment.