Skip to content

Commit d98248a

Browse files
authored
ci: add --locked to release-plz install (#786)
1 parent 929441e commit d98248a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Using fork until semver_check_features support is released upstream.
2929
# See: https://github.com/release-plz/release-plz/pull/2757
3030
- name: Install release-plz from fork
31-
run: cargo install --git https://github.com/DaleSeo/release-plz --branch feat/semver-check-features release-plz
31+
run: cargo install --locked --git https://github.com/DaleSeo/release-plz --branch feat/semver-check-features release-plz
3232
- name: Run release-plz release
3333
run: release-plz release
3434
env:
@@ -56,7 +56,7 @@ jobs:
5656
# Using fork until semver_check_features support is released upstream.
5757
# See: https://github.com/release-plz/release-plz/pull/2757
5858
- name: Install release-plz from fork
59-
run: cargo install --git https://github.com/DaleSeo/release-plz --branch feat/semver-check-features release-plz
59+
run: cargo install --locked --git https://github.com/DaleSeo/release-plz --branch feat/semver-check-features release-plz
6060
- name: Run release-plz release-pr
6161
run: release-plz release-pr
6262
env:

0 commit comments

Comments
 (0)