Skip to content

Commit 583b55e

Browse files
authored
Merge pull request #70 from yuvipanda/patch-1
2 parents b912433 + e97f321 commit 583b55e

File tree

1 file changed

+2
-2
lines changed
  • template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/workflows

1 file changed

+2
-2
lines changed

template/{% if use_git and dev_platform == 'GitHub' %}.github{% endif %}/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: CD
33
on:
44
push:
55
tags:
6-
- '[0-9]+.[0-9]+.[0-9]+'
7-
- '[0-9]+.[0-9]+.[0-9]+(a|b|rc|post|dev)[0-9]+'
6+
- 'v?[0-9]+.[0-9]+.[0-9]+'
7+
- 'v?[0-9]+.[0-9]+.[0-9]+(a|b|rc|post|dev)[0-9]+'
88

99
jobs:
1010
prerequisites:

0 commit comments

Comments
 (0)