diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 500b326..92a5705 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -170,7 +170,7 @@ jobs: echo "SHA256 hashes for files starting with 'linwood-swamp' saved to $output_file" - name: 🚀 Deploy stable if: ${{ github.ref == 'refs/tags/stable' || (github.event_name == 'release' && !github.event.release.prerelease) }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 continue-on-error: true with: prerelease: true @@ -185,7 +185,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 🚀 Deploy nightly if: ${{ github.ref == 'refs/tags/nightly' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 continue-on-error: true with: prerelease: true @@ -199,7 +199,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 continue-on-error: true if: startsWith(github.ref, 'refs/tags/v') with: