Skip to content

Commit

Permalink
fix(chart): update release charts workflow (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI authored Apr 16, 2024
1 parent c91c697 commit 6f9e689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: './docsite'
cache-dependency-path: './docsite/yarn.lock'
- name: Install dependencies
run: cd docsite && yarn install --frozen-lockfile
- name: Build website
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/[email protected].0
uses: powerfooI/[email protected].1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
mark_as_latest: false
skip_existing: true
skip_existing: true
index_path: docsite/static/index.yaml

0 comments on commit 6f9e689

Please sign in to comment.