Skip to content

VDR: Support multiple resolving multiple DID methods (#2373) #928

VDR: Support multiple resolving multiple DID methods (#2373)

VDR: Support multiple resolving multiple DID methods (#2373) #928

name: Release Charts
on:
push:
branches:
- 'master'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/[email protected]
with:
version: v3.8.0
- name: Run chart-releaser
uses: helm/[email protected]
with:
mark_as_latest: false
env:
CR_CHARTS_DIR: charts
CR_PAGES_BRANCH: gh-pages
CR_SKIP_EXISTING: true
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"