Skip to content

Commit

Permalink
Bugfix tagging (test)
Browse files Browse the repository at this point in the history
* Closes #175 (#176)

* Bugfix tagging (test)

* Fix
  • Loading branch information
acocheo authored May 29, 2023
1 parent b48f8e7 commit e54fe67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_release_and_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check Tag
id: check-tag
run: |
if [[ "${{ github.event.pull_request.title }}"" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
if [[ "${{ github.event.pull_request.title }}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
fi
Expand Down
2 changes: 1 addition & 1 deletion workflows/_release_and_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check Tag
id: check-tag
run: |
if [[ "${{ github.event.pull_request.title }}"" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
if [[ "${{ github.event.pull_request.title }}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit e54fe67

Please sign in to comment.