Skip to content

Commit 254e3c4

Browse files
committed
ci: fix pre-release by removing unexisting dependency
Signed-off-by: Bofu Chen (bafu) <[email protected]>
1 parent f1a44da commit 254e3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
create-github-release:
139139
runs-on: ubuntu-latest
140-
needs: [deploy-play-store, deploy-app-store, build-apks-upload-google-drive]
140+
needs: [deploy-play-store, deploy-app-store]
141141
steps:
142142
- uses: actions/checkout@v2
143143

0 commit comments

Comments
 (0)