Fixing publish command gitref for bot push (#11767)
* use proper gitref * bump version * auto-bump connector version Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/publish-command.yml
vendored
2
.github/workflows/publish-command.yml
vendored
@@ -227,7 +227,7 @@ jobs:
|
||||
run: |
|
||||
git add -u
|
||||
git commit -m "auto-bump connector version"
|
||||
git push origin ${{ github.ref }}
|
||||
git push origin ${{ github.event.inputs.gitref }}
|
||||
- name: Add Version Bump Success Comment
|
||||
if: github.event.inputs.comment-id && github.event.inputs.auto-bump-version == 'true' && success()
|
||||
uses: peter-evans/create-or-update-comment@v1
|
||||
|
||||
@@ -523,7 +523,7 @@
|
||||
- name: OpenWeather
|
||||
sourceDefinitionId: d8540a80-6120-485d-b7d6-272bca477d9b
|
||||
dockerRepository: airbyte/source-openweather
|
||||
dockerImageTag: 0.1.0
|
||||
dockerImageTag: 0.1.1
|
||||
documentationUrl: https://docs.airbyte.io/integrations/sources/openweather
|
||||
sourceType: api
|
||||
- name: Oracle DB
|
||||
|
||||
@@ -5610,7 +5610,7 @@
|
||||
supportsNormalization: false
|
||||
supportsDBT: false
|
||||
supported_destination_sync_modes: []
|
||||
- dockerImage: "airbyte/source-openweather:0.1.0"
|
||||
- dockerImage: "airbyte/source-openweather:0.1.1"
|
||||
spec:
|
||||
documentationUrl: "https://docsurl.com"
|
||||
connectionSpecification:
|
||||
|
||||
@@ -34,5 +34,5 @@ COPY source_openweather ./source_openweather
|
||||
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
|
||||
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
|
||||
|
||||
LABEL io.airbyte.version=0.1.0
|
||||
LABEL io.airbyte.version=0.1.1
|
||||
LABEL io.airbyte.name=airbyte/source-openweather
|
||||
|
||||
Reference in New Issue
Block a user