Skip to content

Commit

Permalink
fixes semver for binary release (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan authored Dec 19, 2023
1 parent 1fd9425 commit 83264a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gorelease-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ on:
push:
# Publish semver tags as releases.
tags:
- v[0-1].[0-9]+.[0-9].[0-9]
- v[0-1].[0-9]+.[0-9].[0-9]+-beta
- v[0-1].[0-9]+.[0-9]
- v[0-1].[0-9]+.[0-9]+-beta
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 83264a7

Please sign in to comment.