Skip to content

Commit f520bb0

Browse files
authored
Merge pull request #17 from bsospace/development
v0.6.0
2 parents 3389f5b + 35f5726 commit f520bb0

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)