We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9015c0 commit f7706b8Copy full SHA for f7706b8
.github/workflows/release.yml
@@ -70,7 +70,9 @@ jobs:
70
- name: Publish to NuGet
71
run: make publish key=${{ secrets.NUGET_API_KEY }}
72
73
+ # If triggered by a release, upload the NuGet package to the release
74
- name: Upload NuGet package to release
75
+ if: github.event_name == 'release'
76
uses: AButler/upload-release-assets@v3.0
77
with:
78
files: "*.nupkg"
0 commit comments