Skip to content

Commit a6dd317

Browse files
renovate[bot]evgTSV
authored andcommitted
Update softprops/action-gh-release action to v3
1 parent 8d4147f commit a6dd317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Publish to NuGet
3939
run: dotnet nuget push nupkg/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
4040
- name: Create GitHub Release
41-
uses: softprops/action-gh-release@v2
41+
uses: softprops/action-gh-release@v3
4242
with:
4343
body: Automatic release for NRayUI v${{ steps.version.outputs.version }}
4444
files: nupkg/*.nupkg

0 commit comments

Comments
 (0)