Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Mar 14, 2024
1 parent 6c8e6b5 commit 4b5f47a
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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

0 comments on commit 4b5f47a

Please sign in to comment.