Skip to content

Commit

Permalink
🌱 auto update chart version test
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 committed Mar 6, 2024
1 parent 4e122c6 commit d36dae2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
PR_EXIST=$(grep "Update chart version to ${{ steps.calculate_next_version.outputs.next_version }}" pr_list.txt && echo true || echo false)
echo "pr_exists=$PR_EXIST" >> $GITHUB_OUTPUT
echo "Pull request for version ${{ steps.calculate_next_version.outputs.next_version }} exists: $PR_EXIST"
rm -rf pr_list.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -92,8 +93,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: |
Update chart version to ${{ steps.calculate_next_version.outputs.next_version }}
Signed-off-by: "$GITHUB_ACTOR" "[email protected]"
title: "Update chart version to ${{ steps.calculate_next_version.outputs.next_version }}"
body: "Automatically updating version to ${{ steps.calculate_next_version.outputs.next_version }}"
branch: update-chart-version-${{ steps.calculate_next_version.outputs.next_version }}
Expand Down

0 comments on commit d36dae2

Please sign in to comment.