develop/tags-1 -> build/tags-1
convert-to-yml / develop-branch (push) Successful in 30s Details

This commit is contained in:
giles 2023-10-23 20:53:23 +00:00
parent ea3162fdc6
commit c475403821
2 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,11 @@ jobs:
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
chmod +x ../tea
../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
with:
node-version: '20'

View File

@ -23,8 +23,6 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
- name: tag
run: |
git fetch --tags
git tag -l
../tea r ls -o=simple
- name: delete develop branch
id: delete_develop_branch