Skip to content

Commit d98815a

Browse files
committed
gh actions
1 parent 1074100 commit d98815a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v2_Release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sc -Path $AssemblyInfoPath -Encoding UTF8
4545
shell: powershell
4646
- name: Build Umbraco package
47-
run: .\build\Build-Release.ps1 -ReleaseVersionNumber "${{ env.nugetVersion }}"
47+
run: .\build\Build-Release.ps1 -ReleaseVersionNumber "${{ env.nugetVersion }}" -PreReleaseName ""
4848
shell: powershell
4949
- name: Upload a Build Artifact
5050
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)