Skip to content

Commit 516f7ff

Browse files
authored
Update publish.yml
1 parent 5d8756b commit 516f7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
echo $GITHUB_REF
2525
echo ${GITHUB_REF#"refs/tags/"}
2626
echo $VERSION
27-
yarn publish --new-version $VERSION
27+
yarn publish --new-version "${VERSION}"
2828
env:
2929
VERSION: ${GITHUB_REF#"refs/tags/"}

0 commit comments

Comments
 (0)