Skip to content

Commit

Permalink
airbyte-ci: improve release workflow (#32488)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Nov 14, 2023
1 parent 0e47bda commit 3867cae
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TODO remove -experiment from the workflow file name after merging
name: Connector Ops CI - Airbyte CI Release

concurrency:
Expand Down Expand Up @@ -92,6 +91,12 @@ jobs:
run: |
echo "::set-output name=version::$(poetry version --short)"
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v1
with:
credentials_json: "${{ secrets.METADATA_SERVICE_PROD_GCS_CREDENTIALS }}"

- name: Upload version release to GCS prod bucket
id: upload_version_release_to_gcs
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 3867cae

Please sign in to comment.