parent
cd024c737f
commit
43bd18c82b
@ -8,7 +8,7 @@ jobs:
|
|||||||
Build:
|
Build:
|
||||||
runs-on: [ubuntu-latest, ubuntu-24.04]
|
runs-on: [ubuntu-latest, ubuntu-24.04]
|
||||||
container:
|
container:
|
||||||
image: frp-by1.wwvvww.cn:45288/ubuntu_dev:24.04
|
image: frp-by1.wwvvww.cn:45288/ubuntu_dev:22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -19,7 +19,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -eux
|
set -eux
|
||||||
current_tag=$(git describe --tags --abbrev=0)
|
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}:"
|
echo "Commits from ${previous_tag} to ${current_tag}:"
|
||||||
git log ${previous_tag}..${current_tag} --reverse --pretty=format:"%s" | nl -w2 -s". " | xargs echo
|
git log ${previous_tag}..${current_tag} --reverse --pretty=format:"%s" | nl -w2 -s". " | xargs echo
|
||||||
- name: Upload Gitea Release
|
- name: Upload Gitea Release
|
||||||
|
Loading…
Reference in New Issue
Block a user