Skip to content

Commit

Permalink
Only replace Gitjob version during release
Browse files Browse the repository at this point in the history
and not the build-tekton version.
  • Loading branch information
thardeck committed Jul 5, 2024
1 parent 52b37ed commit e776b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-gitjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "publishing helm chart for (repo: $repo, tag: $tag, version: $version)"
sed -i \
-e "s/tag:.*/tag: $tag/" \
-e "1,/tag:.*/s/tag:.*/tag: $tag/" \
chart/values.yaml
helm package --version="$version" --app-version="$version" -d ./dist ./chart
Expand Down

0 comments on commit e776b66

Please sign in to comment.