Skip to content

Commit

Permalink
fix output name for new-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Sep 7, 2023
1 parent ade8149 commit f05bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
config:
runs-on: ubuntu-latest
outputs:
chart-version: ${{ steps.set.outputs.chart_version }}
chart-version: ${{ steps.set.outputs.chart-version }}
tag: ${{ steps.set.outputs.tag }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f05bfb8

Please sign in to comment.