diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 867903f..a772204 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -465,7 +465,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 @@ -485,7 +485,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 @@ -504,7 +504,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 2463711..8ceef1a 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.QECK_VERSION }}