Skip to content

Commit

Permalink
fix: reference main branch in helm release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneorth committed Jun 10, 2024
1 parent 72f344e commit 6bb0e05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'main'
- name: Generate Index
run: |
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
Expand Down

0 comments on commit 6bb0e05

Please sign in to comment.