Skip to content

Commit

Permalink
Merge pull request #21 from TykTechnologies/feat/allow-releasing-beta
Browse files Browse the repository at this point in the history
(feat): update github actions to release versions for pre-release (with `beta` tag)
  • Loading branch information
buraksekili committed Oct 26, 2023
2 parents 3404ae0 + 926a294 commit bfa730d
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 bfa730d

Please sign in to comment.