Skip to content

Commit 5cf5471

Browse files
committed
cd: Consider any tag a release candidate
This is done because the rmskin-action takes the full tag as the version for the rmskin, so previous behavior would result in e.g., `Version: v1.0.0` instead of `Version: 1.0.0`.
1 parent bcbc19b commit 5cf5471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cd
33
on:
44
push:
55
tags:
6-
- "v*"
6+
- "*"
77

88
permissions:
99
# without these perms the Deploy release step fails

0 commit comments

Comments
 (0)