Browse Source

fix(ci): Add missing checkout step to prepare-release workflow (#1709)

bo0tzz 2 years ago
parent
commit
3d103046bc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/prepare-release.yml

+ 5 - 0
.github/workflows/prepare-release.yml

@@ -55,6 +55,11 @@ jobs:
     needs: build_mobile
     needs: build_mobile
 
 
     steps:
     steps:
+      - name: Checkout
+        uses: actions/checkout@v3
+        with:
+          token: ${{ secrets.ORG_RELEASE_TOKEN }}
+          
       - name: Download APK
       - name: Download APK
         uses: actions/download-artifact@v3
         uses: actions/download-artifact@v3
         with:
         with: