Files
json-to-openapi/.gitea/workflows/release.yml
7000pctAUTO 5fa51445ed
Some checks failed
CI / test (push) Failing after 10s
CI / lint (push) Failing after 5s
fix: correct Gitea release-action syntax in workflow
2026-02-01 05:18:04 +00:00

20 lines
328 B
YAML

name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Release
uses: https://gitea.com/actions/release-action/src@main
with:
files: |
dist/**
LICENSE
README.md