Add git history before generate release notes

This commit is contained in:
Pau Rodriguez-Estivill 2022-03-01 16:45:34 +01:00 committed by pancake
parent aef278ee9c
commit c0e102f89d

View File

@ -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