Skip to content

Commit

Permalink
fix: add output for chart version in build-chart-jfrog workflow setup…
Browse files Browse the repository at this point in the history
… job
  • Loading branch information
arrowplum committed Jan 14, 2025
1 parent 9ec6b82 commit b7aca64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-chart-jfrog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ env:
jobs:
setup:
runs-on: ubuntu-latest
outputs:
chart_version: ${{ steps.version.outputs.chart_version }}
steps:
- name: Determine Version
id: version
Expand Down

0 comments on commit b7aca64

Please sign in to comment.