Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
0.2.5 test commit
  • Loading branch information
qaldak authored Nov 17, 2023
2 parents c2e0650 + 43827fc commit b0e9633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Not triggered by new release
if: ${{ ! startsWith(github.event.head_commit.message, `'`/^[0-9]+\.[0-9]+\.[0-9]+/` ) }}
if: ${{ ! startsWith(github.event.head_commit.message, `/^[0-9]+\.[0-9]+\.[0-9]+/` ) }}
run: |
echo "${{ github.event.head_commit.message }}"
echo "Bar"
Expand Down

0 comments on commit b0e9633

Please sign in to comment.