Skip to content

Commit f1f4481

Browse files
committed
0.8.140 release
* fix workflow
1 parent 351f2b2 commit f1f4481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210

211211
deploy:
212212
name: Deploy Environments to fw.ahoydtu.de
213-
needs: [build, release]
213+
needs: [build-en, build-de, release]
214214
runs-on: ubuntu-latest
215215
continue-on-error: false
216216
steps:

0 commit comments

Comments
 (0)