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 c80294b commit c10bed5Copy full SHA for c10bed5
1 file changed
.github/workflows/release.yml
@@ -88,7 +88,7 @@ jobs:
88
git add package.json
89
git add package-lock.json
90
git commit -m "build: release ${{ steps.bump.outputs.version }} [skip ci]"
91
- git push origin "$BRANCH""
+ git push origin "$BRANCH"
92
93
- name: Create GitHub release tag
94
uses: softprops/action-gh-release@v1
0 commit comments