mirror of
https://github.com/Jguer/yay.git
synced 2026-05-05 04:16:10 +02:00
fix(release): changelog doesn't need final as it's not available on checkout
This commit is contained in:
parent
d63c4b0b2e
commit
87fcfbf9f7
2
.github/workflows/docker-multiarch-tag.yml
vendored
2
.github/workflows/docker-multiarch-tag.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user