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 497df0c commit 61b5848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: '0' # ensure tag lookup works
- run: ver=${GITHUB_REF:11}
- run: ref=${GITHUB_REF}
- run: echo ver=${GITHUB_REF:11}
- run: echo ref=${GITHUB_REF}
- run: make helm-repo-login && make push-chart
env:
GHCR_PAT: ${{ secrets.RELEASE_PAT }}
Expand Down

0 comments on commit 61b5848

Please sign in to comment.