We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8756b commit 516f7ffCopy full SHA for 516f7ff
.github/workflows/publish.yml
@@ -24,6 +24,6 @@ jobs:
24
echo $GITHUB_REF
25
echo ${GITHUB_REF#"refs/tags/"}
26
echo $VERSION
27
- yarn publish --new-version $VERSION
+ yarn publish --new-version "${VERSION}"
28
env:
29
VERSION: ${GITHUB_REF#"refs/tags/"}
0 commit comments