Skip to content

Commit 3b6f9a3

Browse files
committed
Disabled release
1 parent 7794972 commit 3b6f9a3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/dotnet-build-prelease.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build Umbraco.Community.UmbNav
6969
run: dotnet pack ./Umbraco.Community.UmbNav/Umbraco.Community.UmbNav.csproj --no-restore -c ${{env.CONFIG}} --output ${{env.OUT_FOLDER}} /p:version=${{steps.gitversion.outputs.nuGetVersionV2}}
7070

71-
- name: Build UmbCheckout.Shared
71+
- name: Build Umbraco.Community.UmbNav.Core
7272
run: dotnet pack ./Umbraco.Community.UmbNav.Core/Umbraco.Community.UmbNav.Core.csproj --no-restore -c ${{env.CONFIG}} --output ${{env.OUT_FOLDER}} /p:version=${{steps.gitversion.outputs.nuGetVersionV2}}
7373

7474
# - name: Push to GitHub Nuget Repo
@@ -83,13 +83,13 @@ jobs:
8383
# dotnet nuget push ./build.out/Umbraco.Community.UmbNav.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
8484
# dotnet nuget push ./build.out/Umbraco.Community.UmbNav.Core.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
8585

86-
- name: Create Release
87-
uses: "softprops/action-gh-release@v0.1.15"
88-
with:
89-
name: ${{steps.gitversion.outputs.fullSemVer}}
90-
tag_name: ${{steps.gitversion.outputs.fullSemVer}}
91-
prerelease: true
92-
generate_release_notes: true
93-
files: |
94-
./build.out/Umbraco.Community.UmbNav.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg
95-
./build.out/Umbraco.Community.UmbNav.Core.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg
86+
# - name: Create Release
87+
# uses: "softprops/action-gh-release@v0.1.15"
88+
# with:
89+
# name: ${{steps.gitversion.outputs.fullSemVer}}
90+
# tag_name: ${{steps.gitversion.outputs.fullSemVer}}
91+
# prerelease: true
92+
# generate_release_notes: true
93+
# files: |
94+
# ./build.out/Umbraco.Community.UmbNav.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg
95+
# ./build.out/Umbraco.Community.UmbNav.Core.${{steps.gitversion.outputs.nuGetVersionV2}}.nupkg

0 commit comments

Comments
 (0)