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 52c7344 commit 97c1fffCopy full SHA for 97c1fff
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
git config --local user.name "$(git log --format='%an' HEAD^!)"
69
70
echo "Creating branch"
71
- git checkout -b release/{$VERSION}
+ git checkout -b release/${VERSION}
72
73
echo "Creating tag ${VERSION}"
74
git add .
0 commit comments