Skip to content

release process

release process #7

Workflow file for this run

name: release
on:
release:
types:
- published
pull_request: {}
jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- run: make helm-repo-login && make push-chart
env:
GHCR_PAT: ${{ secrets.RELEASE_PAT }}
USERNAME: alex-treebeard
# - run:
# env:
# VERSION: ${GITHUB_REF:11}
# - uses: EndBug/[email protected]
# with:
# author_name: github-actions
# author_email: 41898282+github-actions[bot]@users.noreply.github.com
# add: helm/kubeflow/values.yaml
# branch: ${GITHUB_HEAD_REF}
# message: Published new version