Skip to content

Commit

Permalink
feat: version can be zero or 1 #366
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 19, 2023
1 parent a3a2eae commit 7b323ab
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:
- v1.[0-9]+.[0-9].[0-9]
- v1.[0-9]+.[0-9].[0-9]+-beta
- v[0-1].[0-9]+.[0-9].[0-9]
- v[0-1].[0-9]+.[0-9].[0-9]+-beta
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7b323ab

Please sign in to comment.