Skip to content

Commit

Permalink
fix: release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Dec 4, 2024
1 parent 897f59a commit 0c69658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Check commit msg"
id: check
run: |
if [[ ! ${{ github.event.head_commit.message }} =~ ^v\d.\d.\d$ ]]; then
if [[ ! "${{ github.event.head_commit.message }}" =~ ^v\d.\d.\d$ ]]; then
echo "skip=true" >> $GITHUB_OUTPUT
else
echo "skip=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 0c69658

Please sign in to comment.