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 8d6a704 commit fe2111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Get latest release tag
id: get_latest_release
run: |
git fetch --tags
git pull
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 fe2111d

Please sign in to comment.