diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 817c677..4af32e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: "/workspaces/${{steps.extract.outputs.proj}}/build.sh" - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: fail_on_unmatched_files: true