diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f7ce8b..5931018 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: # https://github.com/softprops/action-gh-release - name: Create release and upload assets - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 # if: startsWith(github.ref, 'refs/tags/') with: name: ${{ env.RELEASE_TAG }}