Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
another test
  • Loading branch information
qaldak authored Nov 17, 2023
1 parent 0ef2f4d commit 8314127
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 @@ -37,7 +37,7 @@ jobs:
id: check-tag
run: |
if [[ "${{ github.event.head_commit.message }}" =~ /[0-9]+\.[0-9]+\.[0-9]+/ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
echo "::set-output name=match::true"
fi
- name: Build
Expand Down

0 comments on commit 8314127

Please sign in to comment.