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.
2 parents ce1c8dc + 6a54e39 commit 920ce19Copy full SHA for 920ce19
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
# If triggered by a release, upload the NuGet package to the release
76
- name: Upload NuGet package to release
77
if: github.event_name == 'release'
78
- uses: AButler/[email protected]
+ uses: AButler/[email protected].1
79
with:
80
files: '*.nupkg'
81
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments