Skip to content

Commit

Permalink
Removed whitespace (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkrenn authored Aug 2, 2023
1 parent f67ffca commit a1509e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ jobs:
hack/build/ci/generate-release-notes.sh
- name: Generate manifests
run: |
export IMAGE= ${{ matrix.url }}/${{ secrets[matrix.repository] }}
export TAG=$(echo "${{ github.ref }}" | awk -F"/" '{print $3}')
export "IMAGE=${{ matrix.url }}/${{ secrets[matrix.repository] }}"
export "TAG=$(echo "${{ github.ref }}" | awk -F"/" '{print $3}')"
make manifests
- name: Generate CRD
run: make manifests/crd/release
Expand Down

0 comments on commit a1509e2

Please sign in to comment.