mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
ci: check_runtime: fetch release tag iii (#5292)
This commit is contained in:
committed by
GitHub
parent
648c8cb8cf
commit
14c76cea4c
@@ -33,7 +33,7 @@ git log --graph --oneline --decorate=short -n 10
|
||||
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 release
|
||||
git tag release FETCH_HEAD
|
||||
git tag -f release FETCH_HEAD
|
||||
git log -n1 release
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user