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 09ce241 commit 46cab9eCopy full SHA for 46cab9e
.github/workflows/Publish.yaml
@@ -34,5 +34,5 @@ jobs:
34
git config --global user.name "github-actions[bot]"
35
git config --global user.email "github-actions[bot]@users.noreply.github.com"
36
git status
37
- git tag $PUBLISHED_VERSION -m $PUBLISHED_VERSION
+ git tag "$PUBLISHED_VERSION" -m "$PUBLISHED_VERSION"
38
git push origin --follow-tags
0 commit comments