mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
ci: check_runtime: fetch release tag ii (#5263)
This commit is contained in:
committed by
GitHub
parent
372745705d
commit
abe391a0a7
@@ -33,6 +33,8 @@ git log --graph --oneline --decorate=short -n 10
|
|||||||
boldprint "make sure the master branch and release tag are available in shallow clones"
|
boldprint "make sure the master branch and release tag are available in shallow clones"
|
||||||
git fetch --depth=${GIT_DEPTH:-100} origin master
|
git fetch --depth=${GIT_DEPTH:-100} origin master
|
||||||
git fetch --depth=${GIT_DEPTH:-100} origin release
|
git fetch --depth=${GIT_DEPTH:-100} origin release
|
||||||
|
git tag release FETCH_HEAD
|
||||||
|
git log -n1 release
|
||||||
|
|
||||||
|
|
||||||
boldprint "check if the wasm sources changed"
|
boldprint "check if the wasm sources changed"
|
||||||
|
|||||||
Reference in New Issue
Block a user