Skip to content

Commit c10bed5

Browse files
authored
fix: remove erroneous extra " in release pipeline (#299)
1 parent c80294b commit c10bed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
git add package.json
8989
git add package-lock.json
9090
git commit -m "build: release ${{ steps.bump.outputs.version }} [skip ci]"
91-
git push origin "$BRANCH""
91+
git push origin "$BRANCH"
9292
9393
- name: Create GitHub release tag
9494
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)