Skip to content

Commit

Permalink
close and reopen pr to trigger smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Nov 16, 2023
1 parent 0751319 commit 83eac84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ jobs:
git push origin $(git rev-parse HEAD):refs/heads/$BUILD_TAG
gh pr create -t "Prepare for next version" -b "Please, merge to update version numbers and prepare for release $NEXT_VERSION." -H $BUILD_TAG -B $RELEASE_BRANCH
# close/reopen the PR to trigger the smoke test action. See https://github.com/kiali/kiali/issues/6704
gh pr close $BUILD_TAG
gh pr reopen $BUILD_TAG
# For a patch release, everything is ready to publish the generated charts.
# Let's push to master
Expand All @@ -246,4 +250,4 @@ jobs:
git push origin $(git rev-parse HEAD):refs/tags/$RELEASE_VERSION
fi
fi

0 comments on commit 83eac84

Please sign in to comment.