We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e369a commit 7883116Copy full SHA for 7883116
.github/workflows/dotnet.yml
@@ -3,8 +3,8 @@ on:
3
branches:
4
- master # triggers only on master
5
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"
+- release* # You will need to provide a tag of the form 'relase_ ...' with your push command:
+ # For example git tag -a release_with_a_bug_fix -m "bug fix" && git push origin release_with_a_bug_fix
8
name: Create Release
9
10
jobs:
0 commit comments