Skip to content

Commit

Permalink
0.2.5 commit for tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
qaldak authored Nov 17, 2023
1 parent 7a39981 commit 8679455
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 @@ -23,7 +23,7 @@ jobs:
steps:
- name: Triggered by new release
run: |
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]+') }} ]]; then
echo "${{ github.event.head_commit.message }}"
echo "Foo"
Expand Down

0 comments on commit 8679455

Please sign in to comment.