Skip to content

Commit

Permalink
Remove python and lowcode specifier (#28376)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch authored Jul 19, 2023
1 parent f56ecaf commit baf510b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
metadata_service_gcs_credentials: ${{ secrets.METADATA_SERVICE_PROD_GCS_CREDENTIALS }}
slack_webhook_url: ${{ secrets.PUBLISH_ON_MERGE_SLACK_WEBHOOK }}
spec_cache_gcs_credentials: ${{ secrets.SPEC_CACHE_SERVICE_ACCOUNT_KEY_PUBLISH }}
subcommand: "connectors --concurrency=1 --execute-timeout=3600 --modified --language=python --language=low-code publish --main-release"
subcommand: "connectors --concurrency=1 --execute-timeout=3600 --modified publish --main-release"

- name: Publish connectors [manual]
id: publish-connectors
Expand Down

0 comments on commit baf510b

Please sign in to comment.