Skip to content

Commit

Permalink
No longer need to use relative directories
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall committed Oct 31, 2024
1 parent 238efc9 commit 69b763d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ jobs:
tar -xzf cr.tar.gz -C "${BIN_PATH}"
rm -f cr.tar.gz
- name: Configure Git
- name: Configure Git for grafana/k8s-monitoring-helm
working-directory: source
run: |
cd source
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
cd ../helm-charts
- name: Configure Git for grafana/helm-charts
working-directory: helm-charts
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
Expand Down Expand Up @@ -79,7 +81,7 @@ jobs:
helm repo add kepler https://sustainable-computing-io.github.io/kepler-helm-chart
helm repo add opencost https://opencost.github.io/opencost-helm-chart
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm package charts/k8s-monitoring --destination "../${PACKAGE_PATH}"
helm package charts/k8s-monitoring --destination "${PACKAGE_PATH}"
- name: Create release on grafana/k8s-monitoring-helm
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 69b763d

Please sign in to comment.