Skip to content

Commit 77a2afb

Browse files
committed
fix release workflow
1 parent 14b5b08 commit 77a2afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appstore-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
# Only allowed to be run on nextcloud-releases repositories
23-
if: ${{ github.repository_owner == 'nextcloud-releases' }}
23+
if: ${{ github.repository_owner == 'icewind1991' }}
2424

2525
steps:
2626
- name: Check actor permission

0 commit comments

Comments
 (0)