Skip to content

Commit

Permalink
0.2.5 test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger committed Nov 17, 2023
1 parent b0e9633 commit d4d9325
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 d4d9325

Please sign in to comment.