mirror of
https://github.com/Jguer/yay.git
synced 2026-05-05 04:16:10 +02:00
fix(release): inline changelog definition
This commit is contained in:
parent
87fcfbf9f7
commit
1f007f39ab
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)
|
||||
run: echo "::set-output name=CHANGELOG::$(git log --pretty=format:'%s%n' --abbrev-commit ${{ steps.tags.outputs.prev_tag }}..)"
|
||||
- uses: actions/download-artifact@master
|
||||
with:
|
||||
name: yay_x86_64
|
||||
|
||||
3
testdata/ci/changelog.sh
vendored
3
testdata/ci/changelog.sh
vendored
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "::set-output name=CHANGELOG::$(git log --pretty=format:'%s%n%b==============================================' --abbrev-commit $1..$2)"
|
||||
Loading…
x
Reference in New Issue
Block a user