Skip to content

Commit 4b65ab7

Browse files
authored
ci: fixing typo in louhi release tag automation (#1148)
1 parent 86a8148 commit 4b65ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/louhi-tag-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "Couldn't get pull request number for ${SHA}"
3535
exit 1
3636
fi
37-
echo "PR {PR_NUMBER} for ${SHA}"
38-
TAG_NAME="louhi-{PR_NUMBER}"
37+
echo "PR ${PR_NUMBER} for ${SHA}"
38+
TAG_NAME="louhi-${PR_NUMBER}"
3939
git tag $TAG_NAME
4040
git push origin $TAG_NAME

0 commit comments

Comments
 (0)