Skip to content

Commit

Permalink
feat: adds support for numbered beta versions #395 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan authored Feb 6, 2024
1 parent 350c5e9 commit 55b8d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
# Publish semver tags as releases.
tags:
- v[0-9].[0-9]+.[0-9]
- v[0-9].[0-9]+.[0-9]+-beta
- v[0-9].[0-9]+.[0-9]+-beta.[0-9]
workflow_dispatch:

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

jobs:
Expand Down

0 comments on commit 55b8d69

Please sign in to comment.