Skip to content

Commit

Permalink
fix: attempt to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Nov 30, 2023
1 parent 158e5c7 commit 5bb8f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
jobs:
semantic-release:
if: "!contains(github.event.head_commit.message, 'Initial commit')"
if: ${{ ! contains(github.event.head_commit.message, 'Initial commit') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 5bb8f73

Please sign in to comment.