Skip to content

Commit

Permalink
Tweak release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Jan 4, 2024
1 parent 70fcb06 commit 8797a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
echo "GITHUB_REF=$GITHUB_REF"
cd repo-with-unsigned-version-update-commits.git
release_tag=$(git describe --tags --abbrev=0)
RELEASE_TAG=$(git describe --tags --abbrev=0)
cd ../repo
git status
Expand All @@ -142,7 +142,7 @@ jobs:
release_commit_id=$(git rev-parse HEAD^)
cat << EndOfFile >> $GITHUB_OUTPUT
release_tag=$release_tag
release_tag=$RELEASE_TAG
release_commit_id=$release_commit_id
EndOfFile
Expand Down

0 comments on commit 8797a5f

Please sign in to comment.