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 296d3a6 commit 6156b25
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,9 @@ jobs:

- name: Check signature
env:
RELEASEREF=${{ github.ref }}
RELEASEVER="${RELEASEREF#refs/tags/}"
VERSION=$(git describe --tags --abbrev=0)
run: |
git tag -v ${RELEASEVER}
echo RELEASEREF $RELEASEREF
echo RELEASEVER $RELEASEVER
git tag -v ${VERSION}
echo "RELEASE_VER=${RELEASEVER}" >> $GITHUB_ENV
echo $GITHUB_ENV
# TAGCHECK=$(git tag -v ${releasever} 2>&1 >/dev/null)
Expand Down

0 comments on commit 6156b25

Please sign in to comment.