develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 30s
Details
convert-to-yml / develop-branch (push) Successful in 30s
Details
This commit is contained in:
parent
ea3162fdc6
commit
c475403821
|
@ -20,6 +20,11 @@ jobs:
|
||||||
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
|
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
|
||||||
chmod +x ../tea
|
chmod +x ../tea
|
||||||
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
|
../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
|
||||||
|
- name: get tag
|
||||||
|
run: |
|
||||||
|
../tea r ls -o=simple
|
||||||
|
echo $(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1)
|
||||||
|
|
||||||
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
|
@ -23,8 +23,6 @@ jobs:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
- name: tag
|
- name: tag
|
||||||
run: |
|
run: |
|
||||||
git fetch --tags
|
|
||||||
git tag -l
|
|
||||||
../tea r ls -o=simple
|
../tea r ls -o=simple
|
||||||
- name: delete develop branch
|
- name: delete develop branch
|
||||||
id: delete_develop_branch
|
id: delete_develop_branch
|
||||||
|
|
Loading…
Reference in New Issue