0

Update fly.yml

This commit is contained in:
rafaelsideguide 2024-06-07 09:40:40 -03:00
parent 0e89f8b9a3
commit 556c57648e

View File

@ -183,6 +183,7 @@ jobs:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
build-and-publish-python-sdk: build-and-publish-python-sdk:
name: Build and publish Python SDK
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: deploy needs: deploy
@ -222,6 +223,7 @@ jobs:
working-directory: ./apps/python-sdk working-directory: ./apps/python-sdk
build-and-publish-js-sdk: build-and-publish-js-sdk:
name: Build and publish JavaScript SDK
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: deploy needs: deploy