Skip to content

Commit

Permalink
Fetching all tags for release check (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha authored Mar 8, 2024
1 parent de600da commit 2a4b828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,7 @@ jobs:

- name: Get Git tag
run: |
git fetch --tags
gitTag=$(git describe --tags --exact-match HEAD) || echo "NONE"
echo "Git branch/tag: ${GITHUB_REF}/${gitTag:-'none'}"
Expand Down

0 comments on commit 2a4b828

Please sign in to comment.