Skip to content

Commit

Permalink
Merge pull request #120 from qinqon/actions-release-fix-tarball-gener…
Browse files Browse the repository at this point in the history
…ation

actions, release: Fix tarball generation
  • Loading branch information
qinqon authored Jul 20, 2022
2 parents ef50865 + e403772 commit 17c32b9
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 17c32b9

Please sign in to comment.