diff --git a/.github/workflows/amoy_deb_profiles.yml b/.github/workflows/amoy_deb_profiles.yml index 80b73335cf..0031a1d5c4 100644 --- a/.github/workflows/amoy_deb_profiles.yml +++ b/.github/workflows/amoy_deb_profiles.yml @@ -384,7 +384,7 @@ jobs: uses: softprops/action-gh-release@v2 with: tag_name: ${{ env.GIT_TAG }} - prerelease: true + make_latest: false files: | packaging/deb/bor-amoy-**.deb packaging/deb/bor-pbss-amoy-**.deb diff --git a/.github/workflows/mainnet_deb_profiles.yml b/.github/workflows/mainnet_deb_profiles.yml index 893e5dce80..1edf37ee78 100644 --- a/.github/workflows/mainnet_deb_profiles.yml +++ b/.github/workflows/mainnet_deb_profiles.yml @@ -394,7 +394,7 @@ jobs: uses: softprops/action-gh-release@v2 with: tag_name: ${{ env.GIT_TAG }} - prerelease: true + make_latest: false files: | packaging/deb/bor-mainnet-**.deb packaging/deb/bor-pbss-mainnet-**.deb diff --git a/.github/workflows/packager_deb.yml b/.github/workflows/packager_deb.yml index 6d178e7293..fb733cd43b 100644 --- a/.github/workflows/packager_deb.yml +++ b/.github/workflows/packager_deb.yml @@ -122,7 +122,7 @@ jobs: uses: softprops/action-gh-release@v2 with: tag_name: ${{ env.GIT_TAG }} - prerelease: true + make_latest: false files: | packaging/deb/bor**.deb packaging/deb/bor**.deb.checksum