summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2021-08-04 16:25:23 +0200
committerGitHub <noreply@github.com>2021-08-04 16:25:23 +0200
commitacc8e36c54df5a2477920a3e38da8fa9e1c28dcc (patch)
tree745424aa41556aa55177efdd9bd905c668c91bf3 /.github
parent2ccbf41390d24a8df5bb1c8914ac70e429b2d9e4 (diff)
cargo-release version (#365)
Since our version bump-up workflow was broken with the version 0.16.3 of cargo-release, install 0.16.2 explicitly
Diffstat (limited to '.github')
-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 93802f85..0a8d52fc 100644
--- a/.github/workflows/hosted-post-merge_version_update.yml
+++ b/.github/workflows/hosted-post-merge_version_update.yml
@@ -31,7 +31,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
- args: cargo-release
+ args: --version 0.16.2 cargo-release
- name: Increment version and tag
uses: actions-rs/cargo@v1