Skip to content

Commit 8584e53

Browse files
chore(deps): update softprops/action-gh-release action to v3
1 parent 87b38b5 commit 8584e53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245

246246
- name: Upload packages to GitHub Release
247247
if: startsWith(github.ref, 'refs/tags/v') && !inputs.dry_run
248-
uses: softprops/action-gh-release@v2
248+
uses: softprops/action-gh-release@v3
249249
with:
250250
files: |
251251
./artifacts/*.nupkg

0 commit comments

Comments
 (0)