Skip to content

Commit 1c2deb6

Browse files
authored
Removes github release (#19)
Co-authored-by: Dominik Deschner <domdeger@gmail.com>
1 parent 3d3b752 commit 1c2deb6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ jobs:
105105
gh release upload ${{ github.event.release.tag_name }} $file
106106
done
107107
108-
- uses: ./.github/actions/publish_nuget
109-
name: Publish Nuget Packages to GitHub
110-
with:
111-
nugetApiKey: ${{ secrets.GITHUB_TOKEN }}
112-
nugetPackageSource: ${{ vars.NUGET_PACKAGE_SOURCE }}
113-
nugetPackageDirectory: $PWD/packages
108+
# - uses: ./.github/actions/publish_nuget
109+
# name: Publish Nuget Packages to GitHub
110+
# with:
111+
# nugetApiKey: ${{ secrets.GITHUB_TOKEN }}
112+
# nugetPackageSource: ${{ vars.NUGET_PACKAGE_SOURCE }}
113+
# nugetPackageDirectory: $PWD/packages
114114

115115
- uses: ./.github/actions/publish_nuget
116116
name: Publish Nuget Packages to Nuget.org

0 commit comments

Comments
 (0)