We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b32a69 commit a4dbfa2Copy full SHA for a4dbfa2
.github/workflows/ci.yml
@@ -81,6 +81,7 @@ jobs:
81
with:
82
tag_name: ${{ env.GitVersion_LegacySemVer }}
83
name: v${{ env.GitVersion_LegacySemVer }}
84
+ draft: true
85
prerelease: ${{ env.GitVersion_PreReleaseLabel == 'alpha' || env.GitVersion_PreReleaseLabel == 'beta' }}
86
87
- name: Publish project to NuGet
0 commit comments