diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5955d92261..c74c551a6f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -460,7 +460,7 @@ jobs: git pull --tags - name: 🚀 Deploy stable if: ${{ github.ref == 'refs/tags/stable' }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 continue-on-error: true with: prerelease: true @@ -480,7 +480,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 🚀 Deploy nightly if: ${{ github.ref == 'refs/tags/nightly' }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 continue-on-error: true with: prerelease: true @@ -499,7 +499,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 continue-on-error: true if: startsWith(github.ref, 'refs/tags/v') with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae533c5aac7..36a38005f1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: token: ${{ secrets.CI_PAT }} fetch-depth: 0 - name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: prerelease: ${{ github.event.inputs.stable != 'true' }} tag_name: v${{ env.FLOW_VERSION }}