Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zh40Le1ZOOB authored and epifirumu committed Aug 13, 2024
1 parent 8e38024 commit 343542a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
permissions:
contents: write
needs: build
if: ! (github.event_name == 'push' && contains(github.event.head_commit.message, '[skip release]'))
if: ${{ !(github.event_name == 'push' && contains(github.event.head_commit.message, '[skip release]')) }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 343542a

Please sign in to comment.