diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 42882631..cac9070b 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -125,7 +125,7 @@ jobs: cp apiclient-nuget/*.nupkg ./ - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: v${{ steps.get-version.outputs.VERSION }} Release tag_name: v${{ steps.get-version.outputs.VERSION }}