From 00a7105ca8904a517ac64b1fcdb09920874533c4 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 2 May 2024 18:16:12 +0200 Subject: [PATCH] update artifact release --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b10556a..8b394732 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,8 +35,6 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "build/app/outputs/apk/release/*.apk,build/app/outputs/bundle/release/app-release.aab" - token: ${{!secrets!}} # this is automatically provided by github - commit: ${{!github!}} - name: Upload app bundle artifact uses: actions/upload-artifact@v2 with: