Skip to content

Commit

Permalink
gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Nov 25, 2020
1 parent 1074100 commit d98815a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v2_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sc -Path $AssemblyInfoPath -Encoding UTF8
shell: powershell
- name: Build Umbraco package
run: .\build\Build-Release.ps1 -ReleaseVersionNumber "${{ env.nugetVersion }}"
run: .\build\Build-Release.ps1 -ReleaseVersionNumber "${{ env.nugetVersion }}" -PreReleaseName ""
shell: powershell
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d98815a

Please sign in to comment.