fix(release): changelog doesn't need final as it's not available on checkout

This commit is contained in:
Jguer 2020-01-12 19:44:14 +01:00
parent d63c4b0b2e
commit 87fcfbf9f7
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35

View file

@ -78,7 +78,7 @@ jobs:
- name: Set version
id: changelog
shell: bash
run: ./testdata/ci/changelog.sh $(cat env/previous_tag) $(cat env/new_tag)
run: ./testdata/ci/changelog.sh $(cat env/previous_tag)
- uses: actions/download-artifact@master
with:
name: yay_x86_64