Skip to content

Commit e256687

Browse files
authored
Merge pull request #5 from xh-polaris/universero-patch-1
Add tag support for release publishing
2 parents 696c85b + ccbc22f commit e256687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/upgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: Upgrade
88
on:
99
push:
1010
# Publish semver tags as releases.
11+
tags: [ 'v*.*.*' ]
1112
branches: [ "main" ]
1213
pull_request:
1314
branches: [ "main" ]

0 commit comments

Comments
 (0)