Skip to content

Commit 4d6b89a

Browse files
committed
Fix release workflows when pushing tag
1 parent c6b6f81 commit 4d6b89a

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
@@ -60,4 +60,4 @@ jobs:
6060
6161
- name: Finalize release
6262
run: |
63-
git push origin master "${{ env.NEXT_VERSION_NUMBER }}""
63+
git push origin master "${{ env.NEXT_VERSION_NUMBER }}"

0 commit comments

Comments
 (0)