Skip to content

Commit

Permalink
feat: handle versions without fixes #366
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 19, 2023
1 parent 47c04d1 commit 979d4f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ on:
push:
# Publish semver tags as releases.
tags:
- v[0-1].[0-9]+.[0-9]
- v[0-1].[0-9]+
- v[0-1].[0-9]+.[1-9]
- v[0-1].[0-9]+.[0-9]+-beta
workflow_dispatch:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gorelease-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ on:
push:
# Publish semver tags as releases.
tags:
- v1.[0-9]+.[0-9]
- v[0-1].[0-9]+
- v1.[0-9]+.[1-9]
- v1.[0-9]+.[0-9]+-beta
workflow_dispatch:

Expand Down

0 comments on commit 979d4f8

Please sign in to comment.