Skip to content

Commit

Permalink
try using git describe instead of git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 9, 2024
1 parent 0b3ee5f commit c11fd5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-brew-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Get local tag
id: localTag
run: |
echo "tag=$(git tag | tail -1)"
echo "tag=$(git tag | tail -1)" >> "$GITHUB_OUTPUT"
echo "tag=`echo $(git describe --tags --abbrev=0)`"
echo "tag=`echo $(git describe --tags --abbrev=0)`" >> "$GITHUB_OUTPUT"
- name: Update Release
run: |
Expand Down

0 comments on commit c11fd5a

Please sign in to comment.