This commit is contained in:
amass 2024-07-02 00:39:13 +08:00
parent 61c834bc8a
commit 4de51cd56d

View File

@ -26,7 +26,8 @@ jobs:
- run: cmake -S . -B build
- run: cmake --build build --target all
- run: build/Bilby
- run: echo "# Good things have arrived" > ${{ github.workspace }}-CHANGELOG.txt
- 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
- name: Upload Gitea Release
uses: akkuman/gitea-release-action@v1
with: