gdfg
Some checks failed
Deploy Release / Build (push) Failing after 6s

This commit is contained in:
amass 2024-07-02 01:08:09 +08:00
parent cd024c737f
commit 43bd18c82b

View File

@ -8,7 +8,7 @@ jobs:
Build:
runs-on: [ubuntu-latest, ubuntu-24.04]
container:
image: frp-by1.wwvvww.cn:45288/ubuntu_dev:24.04
image: frp-by1.wwvvww.cn:45288/ubuntu_dev:22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
@ -19,7 +19,7 @@ jobs:
run: |
set -eux
current_tag=$(git describe --tags --abbrev=0)
previous_tag=$(git describe --tags --abbrev=0 ${current_tag}^)
previous_tag=$(git describe --tags --abbrev=0 $(git rev-list --tags --skip=1 --max-count=1))
echo "Commits from ${previous_tag} to ${current_tag}:"
git log ${previous_tag}..${current_tag} --reverse --pretty=format:"%s" | nl -w2 -s". " | xargs echo
- name: Upload Gitea Release