Update fly.yml
This commit is contained in:
parent
0e89f8b9a3
commit
556c57648e
2
.github/workflows/fly.yml
vendored
2
.github/workflows/fly.yml
vendored
@ -183,6 +183,7 @@ jobs:
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||
|
||||
build-and-publish-python-sdk:
|
||||
name: Build and publish Python SDK
|
||||
runs-on: ubuntu-latest
|
||||
needs: deploy
|
||||
|
||||
@ -222,6 +223,7 @@ jobs:
|
||||
working-directory: ./apps/python-sdk
|
||||
|
||||
build-and-publish-js-sdk:
|
||||
name: Build and publish JavaScript SDK
|
||||
runs-on: ubuntu-latest
|
||||
needs: deploy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user