summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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