summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-16 17:01:07 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-16 17:01:07 +0100
commitcdf914cca836f2550de60a6d5ae1cd4e91fbc4b7 (patch)
treeb698575666dee363eb459f55a7a3f7b008bdeb22 /.github/workflows
parent71897c26fb5fd84a66956fb9243eb21ffe511d28 (diff)
Fix release automation
* Makefile writes to non-conventional path * Release is restricted to admins Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/appstore-build-publish.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index b3e6a0f5..68c275ac 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -20,14 +20,9 @@ jobs:
if: ${{ github.repository_owner == 'nextcloud-releases' }}
steps:
- - name: Check actor permission
- uses: skjnldsv/check-actor-permission@v2
- with:
- require: admin
-
- name: Set app env
run: |
- # Split and keep last
+ # Split and keep last
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV