Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenIceage authored Jul 18, 2024
1 parent e97273e commit 8d6a704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Get latest release tag
id: get_latest_release
run: |
git fetch --tags
LATEST_TAG=$(git describe --tags --abbrev=0)
LATEST_TAG=${LATEST_TAG#v}
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
Expand Down

0 comments on commit 8d6a704

Please sign in to comment.