Merge branch 'staged' into dev

This commit is contained in:
Xiao YiFang 2022-12-25 12:06:26 +08:00
commit 2b782a81ff
3 changed files with 3 additions and 0 deletions

View file

@ -53,6 +53,7 @@ jobs:
- name: changelog - name: changelog
id: changelog id: changelog
shell: bash
run: | run: |
previousTag=$(git tag --sort=-creatordate | sed -n 2p) previousTag=$(git tag --sort=-creatordate | sed -n 2p)
echo "previousTag : $previousTag" echo "previousTag : $previousTag"

View file

@ -63,6 +63,7 @@ jobs:
echo "::set-output name=release_hm::$(date +'%y%m%d')" echo "::set-output name=release_hm::$(date +'%y%m%d')"
- name: changelog - name: changelog
shell: bash
id: changelog id: changelog
run: | run: |
previousTag=$(git tag --sort=-creatordate | sed -n 2p) previousTag=$(git tag --sort=-creatordate | sed -n 2p)

View file

@ -56,6 +56,7 @@ jobs:
- name: changelog - name: changelog
id: changelog id: changelog
shell: bash
run: | run: |
previousTag=$(git tag --sort=-creatordate | sed -n 2p) previousTag=$(git tag --sort=-creatordate | sed -n 2p)
echo "previousTag : $previousTag" echo "previousTag : $previousTag"