Skip to content

Commit

Permalink
Merge pull request #4 from p2p-org/fix/ci-releases
Browse files Browse the repository at this point in the history
fix: ci release
  • Loading branch information
chliddle authored Dec 18, 2024
2 parents 1ee5592 + 3ad6c2c commit a02ecec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: Add dependency repositories
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add zalando https://opensource.zalando.com/postgres-operator/charts/postgres-operator
helm repo update
- name: Setup Node.js
uses: actions/setup-node@v3
Expand All @@ -77,6 +79,9 @@ jobs:
else
echo "Changes detected in ${dir}, releasing chart"
cd "${dir}"
# Download dependencies before semantic-release
helm dependency update .
helm dependency build .
export CHART_PATH=$(pwd)
export CHART_NAME=$(basename $(pwd))
npx semantic-release -e ../../.github/chart-release.config.js
Expand Down
1 change: 1 addition & 0 deletions charts/namada-indexer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ tolerations: []

# Affinity
affinity: {}

0 comments on commit a02ecec

Please sign in to comment.