Skip to content

Commit 97c1fff

Browse files
committed
fix typo in release workflow
1 parent 52c7344 commit 97c1fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
git config --local user.name "$(git log --format='%an' HEAD^!)"
6969
7070
echo "Creating branch"
71-
git checkout -b release/{$VERSION}
71+
git checkout -b release/${VERSION}
7272
7373
echo "Creating tag ${VERSION}"
7474
git add .

0 commit comments

Comments
 (0)