diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e609594..5512e38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: NUGET_API_KEY: ${{ steps.nuget.outputs.NUGET_API_KEY }} - name: release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: ${{ !cancelled() && startsWith(github.ref, 'refs/tags/') }} with: name: 'vbamc ${{ github.ref_name }}'