Skip to content

Commit 35f5726

Browse files
fix: to ''
1 parent f1c0e5b commit 35f5726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
158158
- name: Create GitHub Release
159159
uses: softprops/action-gh-release@v2
160-
if: github.event.pull_request.base.ref == "main"
160+
if: github.event.pull_request.base.ref == 'main'
161161
env:
162162
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163163
with:

0 commit comments

Comments
 (0)