1
0
mirror of https://github.com/Jguer/yay.git synced 2026-05-06 04:46:10 +02:00

fix(ci): add previous_tag from git describe

This commit is contained in:
Jguer 2020-01-17 21:35:42 +01:00
parent 3a5a6a77b3
commit 23706a3a71
No known key found for this signature in database
GPG Key ID: 6D6CC9BEA8556B35

View File

@ -22,7 +22,7 @@ jobs:
mkdir env
echo ${{ steps.tag_version.outputs.new_version }} > env/new_version
echo ${{ steps.tag_version.outputs.new_tag }} > env/new_tag
echo ${{ steps.tag_version.outputs.previous_tag }} > env/previous_tag
git describe --abbrev=0 > env/previous_tag
- uses: actions/upload-artifact@v1
with:
name: env