From bc1e5c38a0c76d3685fd5ee9cd0b2087bb53d0e0 Mon Sep 17 00:00:00 2001 From: Phoenix Himself Date: Sun, 16 Jun 2024 17:45:26 +0200 Subject: [PATCH 1/4] qf: github workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bd49a48..c88599a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -275,3 +275,4 @@ jobs: body: ${{ fromJson(needs.host.outputs.val).announcement_github_body }} prerelease: ${{ fromJson(needs.host.outputs.val).announcement_is_prerelease }} artifacts: "artifacts/*" + allowUpdates: true From a7c2b47dece337e1c171e2861fc23e57caa52116 Mon Sep 17 00:00:00 2001 From: Phoenix Himself Date: Sun, 16 Jun 2024 17:59:03 +0200 Subject: [PATCH 2/4] qf: github workflow --- .github/workflows/release.yml | 9 +-------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c88599a6..dc8c377c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,6 @@ on: push: tags: - '**[0-9]+.[0-9]+.[0-9]+*' - pull_request: jobs: # Run 'cargo dist plan' (or host) to determine what tasks we need to do @@ -126,12 +125,6 @@ jobs: - name: Install dependencies run: | ${{ matrix.packages_install }} - - name: Install MUSL dependencies - if: contains(matrix.targets, 'x86_64-unknown-linux-musl') - run: | - rustup target add x86_64-unknown-linux-musl - sudo apt-get update - sudo apt-get install -y musl-tools musl-dev - name: Build artifacts run: | # Actually do builds and make zips and whatnot @@ -273,6 +266,6 @@ jobs: tag: ${{ needs.plan.outputs.tag }} name: ${{ fromJson(needs.host.outputs.val).announcement_title }} body: ${{ fromJson(needs.host.outputs.val).announcement_github_body }} - prerelease: ${{ fromJson(needs.host.outputs.val).announcement_is_prerelease }} artifacts: "artifacts/*" allowUpdates: true + prerelease: false diff --git a/Cargo.toml b/Cargo.toml index 7560e561..d8992eb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,6 @@ installers = [] # Target platforms to build apps for (Rust target-triple syntax) targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"] # Publish jobs to run in CI -pr-run-mode = "plan" +pr-run-mode = "skip" # Allow modifying release.yml allow-dirty = ["ci"] From 152017159257aa9b97cd56b82e64ff388150672a Mon Sep 17 00:00:00 2001 From: Phoenix Himself Date: Sun, 16 Jun 2024 18:06:18 +0200 Subject: [PATCH 3/4] qf: github workflow --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc8c377c..358b5653 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -265,7 +265,6 @@ jobs: with: tag: ${{ needs.plan.outputs.tag }} name: ${{ fromJson(needs.host.outputs.val).announcement_title }} - body: ${{ fromJson(needs.host.outputs.val).announcement_github_body }} artifacts: "artifacts/*" allowUpdates: true prerelease: false From 8e3a036af56dbdba32bdc24c662f939788769c53 Mon Sep 17 00:00:00 2001 From: Phoenix Himself Date: Sun, 16 Jun 2024 18:10:28 +0200 Subject: [PATCH 4/4] qf: github workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 358b5653..50647188 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -268,3 +268,5 @@ jobs: artifacts: "artifacts/*" allowUpdates: true prerelease: false + omitBody: true + omitBodyDuringUpdate: true