Skip to content

Commit

Permalink
fail if Version doesn't follow bookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindee committed Nov 28, 2024
1 parent f4c7e09 commit 46f0523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
tag-version:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, ':bookmark: Version ')"
if: "contains(github.event.head_commit.message, ':bookmark:')"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 46f0523

Please sign in to comment.