Skip to content

Commit

Permalink
ci: fixing typo in louhi release tag automation (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Feb 14, 2025
1 parent 86a8148 commit 4b65ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/louhi-tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Couldn't get pull request number for ${SHA}"
exit 1
fi
echo "PR {PR_NUMBER} for ${SHA}"
TAG_NAME="louhi-{PR_NUMBER}"
echo "PR ${PR_NUMBER} for ${SHA}"
TAG_NAME="louhi-${PR_NUMBER}"
git tag $TAG_NAME
git push origin $TAG_NAME

0 comments on commit 4b65ab7

Please sign in to comment.