summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-06-22 15:28:42 +0200
committerGitHub <noreply@github.com>2022-06-22 15:28:42 +0200
commitd48003e2e09de35b1abd51c4aee779899a8564ab (patch)
tree88b7a0d62c8bf8adbe7e095f4b495244d2d1a25d
parent659c7021155b6f4b17b5e9d8a3cd57d5a70d7710 (diff)
Fix version bumpup workflow (#1213)
Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
-rw-r--r--.github/workflows/hosted-post-merge_version_update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hosted-post-merge_version_update.yml b/.github/workflows/hosted-post-merge_version_update.yml
index 70525859..5f9b4abd 100644
--- a/.github/workflows/hosted-post-merge_version_update.yml
+++ b/.github/workflows/hosted-post-merge_version_update.yml
@@ -37,7 +37,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: release
- args: patch --no-publish --no-push --no-tag -vv --no-dev-version --no-confirm
+ args: patch --no-publish --no-push --no-tag -vv --no-dev-version --no-confirm --execute
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3