Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa02b6a

Browse files
committedMay 12, 2025··
fix(workflow): add semver pattern for versioning in build.yml
1 parent 0ad3014 commit fa02b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ jobs:
305305
type=schedule
306306
type=ref,event=branch
307307
type=semver,pattern={{version}}
308+
type=semver,pattern={{raw}}
308309
type=sha
309310
type=raw,value=latest,enable=${{ github.event_name == 'release' && !github.event.release.prerelease }}
310311

0 commit comments

Comments
 (0)
Please sign in to comment.