Skip to content

Commit

Permalink
Merge pull request #352 from nextcloud/appstore-fix
Browse files Browse the repository at this point in the history
Appstore fix
  • Loading branch information
icewind1991 authored Nov 7, 2023
2 parents 27315ea + 7fa27fc commit 59ee596
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
with:
name: notify-push
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
### Adjustments end ###

- name: Check actor permission
Expand All @@ -44,6 +40,9 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: ${{ env.APP_NAME }}
### Adjustment start ###
fetch-depth: 0
### Adjustment end ###

- name: Get appinfo data
id: appinfo
Expand Down

0 comments on commit 59ee596

Please sign in to comment.