Skip to content

Commit

Permalink
fix whitespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Sep 27, 2024
1 parent 9deffaf commit 4bb0048
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ jobs:
labels: ${{ steps.metadata.outputs.labels }}

create_helm_release:
if: github.ref_type == 'tag'
permissions:
contents: write
needs: build_and_push_docker_image
uses: ./.github/workflows/helm-release.yaml

if: github.ref_type == 'tag'
permissions:
contents: write
needs: build_and_push_docker_image
uses: ./.github/workflows/helm-release.yaml

0 comments on commit 4bb0048

Please sign in to comment.