Skip to content

Commit 46cab9e

Browse files
authored
chore: fix shell var use (#171)
1 parent 09ce241 commit 46cab9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
git config --global user.name "github-actions[bot]"
3535
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3636
git status
37-
git tag $PUBLISHED_VERSION -m $PUBLISHED_VERSION
37+
git tag "$PUBLISHED_VERSION" -m "$PUBLISHED_VERSION"
3838
git push origin --follow-tags

0 commit comments

Comments
 (0)