Skip to content

Commit

Permalink
fix: correct syntax for setting chart version in build-chart-jfrog wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
arrowplum committed Jan 14, 2025
1 parent 34ddbcf commit 9ec6b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-chart-jfrog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
echo "Unable to determine version"
exit 1
fi
echo "CHART_VERSION=$CHART_VERSION" >> $GITHUB_ENV
echo "chart_version=${CHART_VERSION}>> $GITHUB_OUTPUT
echo "CHART_VERSION=${CHART_VERSION}" >> $GITHUB_ENV
echo "chart_version=${CHART_VERSION}" >> $GITHUB_OUTPUT
build-chart:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ec6b82

Please sign in to comment.