File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203
203
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
204
204
run : |
205
205
version=$(jq -r '.version' <<< '${{ steps.goreleaser.outputs.metadata }}')
206
- branch_version=$(cut -d'.' -f1,2 <<< "$version")
206
+ branch_version=v $(cut -d'.' -f1,2 <<< "$version")
207
207
charts_branch=charts/$branch_version
208
208
209
209
if [ ! -e ~/.gitconfig ]; then
@@ -216,7 +216,7 @@ jobs:
216
216
git checkout --orphan "$charts_branch"
217
217
git rm -rf .
218
218
219
- echo "# Fleet Helm Charts for v $branch_version versions" > README.md
219
+ echo "# Fleet Helm Charts for $branch_version versions" > README.md
220
220
echo "The documentation is centralized in a unique place, checkout https://fleet.rancher.io/." >> README.md
221
221
222
222
git checkout origin/main -- LICENSE .gitignore
You can’t perform that action at this time.
0 commit comments