Skip to content

Commit 559cc2c

Browse files
authored
Change Tag Names to have v-Prefix (#59)
Since all S-CORE modules use a v-prefix in front of their semvers, the devcontainer should do the same.
1 parent a679284 commit 559cc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'This workflow is checking that for releases, updates do not break
33
on:
44
push:
55
tags:
6-
- '[0-9]+.[0-9]+.[0-9]+'
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
77
jobs:
88
build:
99
strategy:

0 commit comments

Comments
 (0)