diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 862e1a4..fb15589 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: echo "Packaging FAILED" && exit 1 - name: Release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.4 if: startsWith(github.ref, 'refs/tags/') && steps.check_files.outputs.files_exists == 'true' with: files: "*.tar.gz"