chore(ci): fix release workflow skip-ci expression

This commit is contained in:
manjaroblack 2025-08-16 09:34:23 -05:00
parent e2b72c0618
commit 3c72d01f97
No known key found for this signature in database
GPG Key ID: 02FD4111DA5560B4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ permissions:
jobs:
release:
runs-on: ubuntu-latest
if: '!contains(github.event.head_commit.message, "[skip ci]")'
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
steps:
- name: Checkout
uses: actions/checkout@v4