diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index a63908b..45e1aeb 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -41,7 +41,7 @@ jobs: path: "package/*${{ matrix.package-ext }}" - name: Release if tagged - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: files: "package/**"