Skip to content

Commit

Permalink
declare outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 22, 2024
1 parent 832c57c commit 975b396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_sdm_connector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
echo "DETECTED_VERSION=${DETECTED_VERSION}" >> $GITHUB_ENV
- name: Validate and set VERSION from tag ('${{ github.ref_name }}') and input (${{ github.event.inputs.version || 'none' }})
id: set_version
if: github.event_name == 'workflow_dispatch'
run: |
INPUT_VERSION=${{ github.event.inputs.version }}
Expand Down Expand Up @@ -89,6 +90,9 @@ jobs:
path: |
/tmp/baipp/dist/*.whl
/tmp/baipp/dist/*.tar.gz
outputs:
VERSION: ${{ steps.set_version.outputs.VERSION }}
IS_PRERELEASE: ${{ steps.set_version.outputs.IS_PRERELEASE }}

publish_sdm:
name: Publish SDM to DockerHub
Expand Down

0 comments on commit 975b396

Please sign in to comment.