diff --git a/.github/workflows/package-linux.yml b/.github/workflows/package-linux.yml index e3a23c3..9a77b8a 100644 --- a/.github/workflows/package-linux.yml +++ b/.github/workflows/package-linux.yml @@ -64,7 +64,7 @@ jobs: name: AppImage path: './*.AppImage*' - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: prerelease: true diff --git a/.github/workflows/package-macos.yml b/.github/workflows/package-macos.yml index f493c79..09bb538 100644 --- a/.github/workflows/package-macos.yml +++ b/.github/workflows/package-macos.yml @@ -83,7 +83,7 @@ jobs: name: mac-os-build-${{ runner.arch }} path: dist/*.dmg - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: prerelease: true diff --git a/.github/workflows/package-windows-with-docker.yml b/.github/workflows/package-windows-with-docker.yml index 6212a9e..ce27fdf 100644 --- a/.github/workflows/package-windows-with-docker.yml +++ b/.github/workflows/package-windows-with-docker.yml @@ -52,7 +52,7 @@ jobs: name: windows-build path: dist/windows/*.exe - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: prerelease: true diff --git a/.github/workflows/package-windows.yml b/.github/workflows/package-windows.yml index 28c16c9..149ca38 100644 --- a/.github/workflows/package-windows.yml +++ b/.github/workflows/package-windows.yml @@ -47,7 +47,7 @@ jobs: name: windows-build path: dist/*.exe - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: prerelease: true