Skip to content

Commit

Permalink
actions, release: Fix tarball generation
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Llorente <[email protected]>
  • Loading branch information
qinqon committed Jul 20, 2022
1 parent ef50865 commit e403772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: make image push
- name: Tag manifests
if: startsWith(github.ref, 'refs/tags/')
run:
run: |
sed -i "s/main/${{github.ref_name}}/" $(git grep -l :main config/)
tar -cvzf kustomize.tar.gz config
- name: Release
Expand Down

0 comments on commit e403772

Please sign in to comment.