Skip to content

Commit

Permalink
Update git tag description
Browse files Browse the repository at this point in the history
  • Loading branch information
snuggs committed Jan 6, 2025
1 parent 6156b25 commit 0e6245e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,8 @@ jobs:
# releasever="${releasever#refs/tags/}"

- name: Check signature
env:
VERSION=$(git describe --tags --abbrev=0)
run: |
VERSION=$(git describe --tags --abbrev=0)
git tag -v ${VERSION}
echo "RELEASE_VER=${RELEASEVER}" >> $GITHUB_ENV
echo $GITHUB_ENV
Expand Down

0 comments on commit 0e6245e

Please sign in to comment.