diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d2642c..58e8e1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,18 +11,14 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: '0' # ensure tag lookup works - - run: echo ${GITHUB_REF:11} - # - 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/add-and-commit@v7.0.0 - # 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 \ No newline at end of file + - run: make helm-repo-login && make push-chart + env: + GHCR_PAT: ${{ secrets.RELEASE_PAT }} + USERNAME: alex-treebeard + - uses: EndBug/add-and-commit@v7.0.0 + 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 \ No newline at end of file