Skip to content

Commit

Permalink
always run the create-release-pr job and force push
Browse files Browse the repository at this point in the history
Signed-off-by: juicer <[email protected]>
  • Loading branch information
cw-Guo committed Sep 27, 2024
1 parent 998844c commit dfa146b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
create-release-pr:
name: create release pr
runs-on: ubuntu-latest
needs: create-release-branch
if: always()
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
git add manifests/setup/fluent-operator-deployment.yaml manifests/setup/setup.yaml charts/fluent-operator/values.yaml VERSION
git commit -m "Bump version to ${{ github.event.inputs.version }}"
git push --set-upstream origin release-release-${{ github.event.inputs.version }}
git push --set-upstream origin release-release-${{ github.event.inputs.version }} --force
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit dfa146b

Please sign in to comment.