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 b0e9633 + d4d9325 commit 4ef15c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ 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"
- name: 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 "Foo"
Expand Down

0 comments on commit 4ef15c8

Please sign in to comment.