Skip to content

Commit

Permalink
fix tag pattern of release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Jul 8, 2024
1 parent a6068c4 commit b515325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
tags: [ 'v[0-9]+.[0-9]+-tetrate-v[0-9]+' ] # v1.16-tetrate-v7
tags: [ 'v[0-9]+.[0-9]+.[0-9]+-tetrate-v[0-9]+' ] # v1.16.0-tetrate-v7

env:
GOPROXY: https://proxy.golang.org
Expand Down

0 comments on commit b515325

Please sign in to comment.