Skip to content

Commit

Permalink
chore: fix release (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Mar 27, 2023
1 parent 9120777 commit a294cf0
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@ jobs:
- name: Update kustomization
run: IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${GITHUB_REF:10} make release

- name: Create pr
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # used by gh
run: |
gh pr create -t "chore: update kustomization for install to ${GITHUB_REF:10}" -b ""
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "chore: update kustomization for install to ${GITHUB_REF:10}"
body: |
# Why
- New version was released.
# What
- Update kustomization for installation

0 comments on commit a294cf0

Please sign in to comment.