Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve workflows handling of branches and tags #87

Closed
cjorge-graphops opened this issue Aug 1, 2023 · 0 comments
Closed

Improve workflows handling of branches and tags #87

cjorge-graphops opened this issue Aug 1, 2023 · 0 comments
Assignees
Labels
p1 High priority size:small Small type:bug Something isn't working

Comments

@cjorge-graphops
Copy link
Contributor

See: https://github.com/graphops/launchpad-charts/actions/runs/5695377935/job/15438430380

Run set -x -e
  set -x -e
  chart_file="charts/main/Chart.yaml"
  sed -E -i 's/^version: [[:digit:]]+.[[:digit:]]+.[[:digit:]]+.*/version: main/' "$chart_file"
  shell: /usr/bin/bash -e {0}
+ chart_file=charts/main/Chart.yaml
+ sed -E -i 's/^version: [[:digit:]]+.[[:digit:]]+.[[:digit:]]+.*/version: main/' charts/main/Chart.yaml
sed: can't read charts/main/Chart.yaml: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1 High priority size:small Small type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants