hf
All checks were successful
Deploy Release / PullDocker (push) Successful in 5s
Deploy Release / Build (push) Successful in 7s

hfh
ftgh
This commit is contained in:
amass 2024-07-02 00:43:10 +08:00
parent fa2ff00be5
commit 0bb9104e26

View File

@ -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: