Skip to content

Commit

Permalink
Update Build-Test-Coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovicenteb authored Jul 21, 2023
1 parent 578d9c1 commit 62d33ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build-Test-Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: test
env:
LATEST_TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || 'latest-develop' }}
LATEST_TAG: ${{ github.ref == 'refs/heads/main' && '' || join('-', github.ref) }}
#if: success() && github.ref == 'refs/heads/main'
run: |
echo "today is ${{env.LATEST_TAG}}"

0 comments on commit 62d33ac

Please sign in to comment.