Skip to content

Commit

Permalink
update github actions to release versions for pre-release (with tag)
Browse files Browse the repository at this point in the history
Signed-off-by: Burak Sekili <buraksekili@gmail.com>
  • Loading branch information
buraksekili committed Oct 26, 2023
1 parent 7f6d42c commit 5aa8ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]-*"

env:
REF: ${{ github.event.inputs.tag || github.ref }}
Expand Down

0 comments on commit 5aa8ded

Please sign in to comment.