Skip to content

Commit

Permalink
TEMP Fix file name 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thepetk committed Nov 12, 2024
1 parent 7b841a9 commit 00222c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
RELEASE_VERSION=${GITHUB_REF#refs/*/}
CHART_PATH=${{matrix.chart.path}}
helm package $CHART_PATH
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
echo "RELEASE_VERSION=${RELEASE_VERSION//v}" >> $GITHUB_ENV
- name: Add packages to Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
Expand Down

0 comments on commit 00222c2

Please sign in to comment.