This commit is contained in:
gilesb 2023-10-23 21:50:19 +01:00
parent 7b7ae5ee36
commit ee3a056c93
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: tag
run: |
../tea r ls -o=simple
echo $(../tea r ls -o=simple | 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