hf
hfh ftgh
This commit is contained in:
parent
fa2ff00be5
commit
0bb9104e26
@ -27,7 +27,9 @@ jobs:
|
||||
- run: cmake --build build --target all
|
||||
- run: build/Bilby
|
||||
- name: Generate Changelog
|
||||
run: git log $(git describe --tags --abbrev=0 $(git rev-list --tags --skip=1 --max-count=1))..$(git describe --tags --abbrev=0) --reverse --pretty=format:"%B" | nl -w2 -s". " > ${{ github.workspace }}-CHANGELOG.txt
|
||||
run: |
|
||||
set -eux
|
||||
git log $(git describe --tags --abbrev=0 $(git rev-list --tags --skip=1 --max-count=1))..$(git describe --tags --abbrev=0) --reverse --pretty=format:"%B" | nl -w2 -s". " > ${{ github.workspace }}-CHANGELOG.txt
|
||||
- name: Upload Gitea Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user