Skip to content

Commit

Permalink
fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-m-song committed Oct 22, 2023
1 parent d568e4f commit d88aa99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Get last tag
id: last
run: |
git fetch --tags
version=$(git describe --tags --abbrev=0)
version=${version#v}
echo "version=${version}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d88aa99

Please sign in to comment.