Skip to content

Commit

Permalink
Merge tag 'main' of https://github.com/dacacioa/seqsl
Browse files Browse the repository at this point in the history
  • Loading branch information
dacacioa committed Nov 11, 2024
2 parents df705dc + 564d8aa commit cd2c8e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

- name: Check Commit Message for Version Pattern
id: check_message
shell: bash # Usar bash en lugar de sh para compatibilidad con [[ ]]
run: |
echo "Commit message: ${{ github.event.head_commit.message }}"
if [[ ! "${{ github.event.head_commit.message }}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]; then
Expand Down

0 comments on commit cd2c8e3

Please sign in to comment.