dsmmd
This commit is contained in:
parent
86837dc244
commit
8720e2649e
|
@ -22,7 +22,6 @@ jobs:
|
||||||
../tea r ls -o=simple
|
../tea r ls -o=simple
|
||||||
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')"
|
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')"
|
||||||
../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }}
|
../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }}
|
||||||
- name: "✏️ Generate release changelog"
|
|
||||||
- name: change log
|
- name: change log
|
||||||
uses: heinrichreimer/action-github-changelog-generator@v2.3
|
uses: heinrichreimer/action-github-changelog-generator@v2.3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue