Skip to content

Commit

Permalink
Change regexp to github actions syntax (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke authored Oct 22, 2024
1 parent 7b87916 commit 4a03026
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: release
on:
push:
tags:
- '^v?\d+\.\d+\.\d+(?:-.*)?$'
- 'v?[0-9]+.[0-9]+.[0-9]+'
- 'v?[0-9]+.[0-9]+.[0-9]+-**'

jobs:
builds:
uses: ./.github/workflows/_build.yaml
with:
tag: ${{ github.ref_name }}

0 comments on commit 4a03026

Please sign in to comment.