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 68c849c commit ada91ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Build-Test-Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- name: echo
env:
LATEST_TAG: ${{ github.ref == 'refs/heads/main' && 'latest' || format('latest-{0}', github.ref_name) }}
run: echo "today is ${{env.LATEST_TAG}}"
run: |
echo "LATEST_TAG is ${{env.LATEST_TAG}}"
echo "github.ref is ${{env.github.ref}}"
echo "github.ref_name is ${{env.github.ref_name}}"
- name: test
env:
Expand Down

0 comments on commit ada91ea

Please sign in to comment.