pipeline-test-versioning/.gitea/workflows/release.yml

17 lines
289 B
YAML
Raw Normal View History

on:
issues:
2024-01-31 23:06:57 +01:00
types:
- opened
jobs:
release:
2024-01-31 23:06:57 +01:00
if: github.event.issue.title == 'release'
runs-on: ubuntu-latest
steps:
- name: github
shell: bash
2024-01-31 23:19:14 +01:00
run: |
2024-01-31 23:23:48 +01:00
wget https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386
ls -l
2024-01-31 23:19:14 +01:00