Skip to content

Commit

Permalink
ci: fix string style
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 9, 2024
1 parent e1707ba commit 259e94e
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 @@ -21,7 +21,7 @@ jobs:
uses: google-github-actions/release-please-action@v4
id: release
with:
skip-github-pull-request: ${{ !contains(github.event.head_commit.message, "chore(main)") && !contains(github.event.head_commit.message, "release biome-pkl") }}
skip-github-pull-request: ${{ !contains(github.event.head_commit.message, 'chore(main)') && !contains(github.event.head_commit.message, 'release biome-pkl') }}
- name: Build Package
run: |
mise run pull-schema
Expand Down

0 comments on commit 259e94e

Please sign in to comment.