From 6843f20c5ece76d83039358d96a739b3177c0a31 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 17 Jan 2022 15:09:19 +0100 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 35363e1..4426463 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,16 +1,5 @@ name: Release Bromite CI -permissions: - actions: none - checks: none - contents: none - deployments: none - issues: none - packages: none - pull-requests: none - repository-projects: none - security-events: none - statuses: none - + on: workflow_dispatch: inputs: @@ -45,8 +34,6 @@ env: jobs: release: runs-on: ${{ github.event.inputs.type }} - needs: build - if: success() env: OUTPUTFILE: /storage/images/${{ github.event.inputs.build }}/${{ github.event.inputs.sha }}/apks/ChromePublic.apk