From ce01e9145b61693190e0e2d3afa39ddd9812b35d Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Tue, 8 Nov 2022 16:04:54 +0530 Subject: [PATCH] Update master-apk-create.yml --- .github/workflows/master-apk-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master-apk-create.yml b/.github/workflows/master-apk-create.yml index 078e4504..ec7b923c 100644 --- a/.github/workflows/master-apk-create.yml +++ b/.github/workflows/master-apk-create.yml @@ -26,7 +26,7 @@ jobs: run: bash ./gradlew assembleProductionDebug - uses: "marvinpinto/action-automatic-releases@latest" - with: + with: repo_token: "${{ github.token }}" automatic_release_tag: "latest" prerelease: true