Skip to content

Commit

Permalink
[#113] fix tag regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
machernyavskiy committed Mar 5, 2024
1 parent 1ce8980 commit d3164ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: Release
on:
push:
tags:
- '^v[0-9]+.[0-9]+.[0-9]+$'
- 'v[0-9].[0-9]+.[0-9]+'

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Print tag
run: |
echo "${{ github.ref }}"
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d3164ec

Please sign in to comment.