We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1074100 commit d98815aCopy full SHA for d98815a
.github/workflows/v2_Release.yml
@@ -44,7 +44,7 @@ jobs:
44
sc -Path $AssemblyInfoPath -Encoding UTF8
45
shell: powershell
46
- name: Build Umbraco package
47
- run: .\build\Build-Release.ps1 -ReleaseVersionNumber "${{ env.nugetVersion }}"
+ run: .\build\Build-Release.ps1 -ReleaseVersionNumber "${{ env.nugetVersion }}" -PreReleaseName ""
48
49
- name: Upload a Build Artifact
50
uses: actions/upload-artifact@v2
0 commit comments