Skip to content

Commit 5eda34d

Browse files
committed
ci: update upload-release-action
1 parent d3b9dfe commit 5eda34d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ jobs:
1717
name: nuget
1818

1919
- name: Push to GitHub release
20-
uses: svenstaro/upload-release-action@1.1.0
20+
uses: svenstaro/upload-release-action@v2
2121
with:
2222
tag: ${{github.ref}}
2323
repo_token: ${{secrets.GITHUB_TOKEN}}
24-
file_glob: 'true'
24+
file_glob: true
2525
file: ./*.nupkg
26+
overwrite: true
2627

2728
- name: Push to GitHub feed
2829
run: dotnet nuget push *.nupkg

0 commit comments

Comments
 (0)