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 3c8b180 commit da59125
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
steps:
-
name: Set tag for non-default branches
if: ${{ env.TAG }} != main || ${{ env.TAG }} != v2_devel
run: |
echo "TAG=${{ env.GITHUB_REF_NAME }}" >> $GITHUB_ENV
if: ${{ env.GITHUB_REF_NAME }} != main || ${{ env.GITHUB_REF_NAME }} != v2_devel
run: echo "TAG=${{ env.GITHUB_REF_NAME }}" >> $GITHUB_ENV

-
name: Checkout repository
Expand Down

0 comments on commit da59125

Please sign in to comment.