Skip to content

Commit f62215e

Browse files
committed
Update UPM branch action now runs using x.x.x rather than vx.x.x
1 parent 28598cb commit f62215e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Update-UPM-Branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update-UPM-Branch
33
on:
44
push:
55
tags:
6-
- v*
6+
- '[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
99
update:

0 commit comments

Comments
 (0)