mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 23:50:40 +00:00
Add git history before generate release notes
This commit is contained in:
parent
aef278ee9c
commit
c0e102f89d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -444,6 +444,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0 # Download all git history and tags
|
||||
- name: Extract r2 version
|
||||
run: echo "##[set-output name=branch;]$( cd sys;python version.py )"
|
||||
id: r2v
|
||||
|
Loading…
Reference in New Issue
Block a user