From 5601c0e587e6662559e4e8e2e9eb650e63c0d424 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sat, 26 Oct 2024 13:01:01 +0200 Subject: [PATCH] :sparkles: CI Update 4 --- .github/workflows/release.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9249396..b890f3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,17 +8,13 @@ on: env: rust_toolchain: stable +permissions: + contents: write + jobs: compile: name: Compile runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - target: - - xtensa-esp32s3-espidf - idf-version: - - release/v5.0 steps: - name: Setup | Checkout @@ -43,7 +39,7 @@ jobs: git config --local user.name "github-actions[bot]" git config --local user.email "github-actions[bot]@users.noreply.github.com" git commit -am "Set version to $VERSION for release" - git push origin HEAD:${{ github.ref_name }} + git push # fixes missing libclang error - name: Setup | libncurses5