Skip to content

Commit

Permalink
Get all git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Aug 5, 2024
1 parent fb6372f commit 3c7e5eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Get the latest tag
run: |
git fetch --tags origin
LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
echo "LATEST_TAG=${LATEST_TAG}" >> $GITHUB_ENV
Expand Down

0 comments on commit 3c7e5eb

Please sign in to comment.