We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa336d commit 0e3ad77Copy full SHA for 0e3ad77
1 file changed
.github/workflows/publish-to-nuget.yml
@@ -6,12 +6,6 @@ name: .NET
6
on:
7
create:
8
branches: [ "release/**" ]
9
- push:
10
- branches: [ "main" ]
11
- tags:
12
- - v*
13
- pull_request:
14
15
16
jobs:
17
deploy:
@@ -50,11 +44,3 @@ jobs:
50
44
- name: Publish to NuGet
51
45
if: startsWith(github.ref, 'refs/heads/release')
52
46
run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
53
-
54
- - name: Create Release
55
- uses: softprops/action-gh-release@v1
56
- if: ${{ !contains(github.ref, 'beta') }}
57
- with:
58
- draft: false
59
- name: ${{ github.ref_name }} Release
60
- body_path: Src/Library/changelog.md
0 commit comments