Skip to content

Commit

Permalink
fix: attempt fix release if
Browse files Browse the repository at this point in the history
  • Loading branch information
tetarchus committed Aug 20, 2024
1 parent f0d38da commit 4879f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
release:
runs-on: ubuntu-latest
if:
'!contains(github.event.head_commit.message, "ci skip") &&
!contains(github.event.head_commit.message, "skip ci")'
"!contains(github.event.head_commit.message, 'ci skip') &&
!contains(github.event.head_commit.message, 'skip ci')"
# TODO: Check labels?
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4879f3b

Please sign in to comment.