File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments