Skip to content

Commit 40d0a49

Browse files
ci: fix semver tag
1 parent 9f698a0 commit 40d0a49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release new version and deploy production
33
on:
44
push:
55
tags:
6-
- "v*"
6+
- "*"
77

88
env:
99
CARGO_TERM_COLOR: always
@@ -56,7 +56,6 @@ jobs:
5656
with:
5757
images: blossomlabs/blobscan-indexer
5858
tags: |
59-
type=ref,event=tag
6059
type=semver,pattern={{version}}
6160
type=semver,pattern={{major}}.{{minor}}
6261
type=semver,pattern={{major}}

0 commit comments

Comments
 (0)