Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Mar 22, 2022
1 parent 785d3b5 commit 28e0c81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
-
name: Set tag for non-default branch
if: ${{ env.GITHUB_REF_NAME != 'main' && env.GITHUB_REF_NAME != 'v2_devel' }}
run: echo "TAG=${{ env.GITHUB_REF_NAME }}" >> $GITHUB_ENV
run: |
echo "Branch name is ${{ env.GITHUB_REF_NAME }}
echo "TAG=${{ env.GITHUB_REF_NAME }}" >> $GITHUB_ENV
-
name: Checkout repository
Expand Down

0 comments on commit 28e0c81

Please sign in to comment.