Skip to content

Commit

Permalink
fix: Change from " to '
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryET committed Oct 20, 2022
1 parent fb38987 commit e17a83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
release:
runs-on: ubuntu-latest
if: needs.check-not-ci.outputs.pusher != "github-actions[bot]"
if: needs.check-not-ci.outputs.pusher != 'github-actions[bot]'
needs:
- check-not-ci
steps:
Expand Down

0 comments on commit e17a83d

Please sign in to comment.