Skip to content

Commit 7883116

Browse files
committed
dotnet.yaml
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent 64e369a commit 7883116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
branches:
44
- master # triggers only on master
55
tags:
6-
- release* # You will need to provide a tag of the form 'relase for ...' with your push command:
7-
#For example "git push origin "release with a bug fix"
6+
- release* # You will need to provide a tag of the form 'relase_ ...' with your push command:
7+
# For example git tag -a release_with_a_bug_fix -m "bug fix" && git push origin release_with_a_bug_fix
88
name: Create Release
99

1010
jobs:

0 commit comments

Comments
 (0)