added build action
All checks were successful
Build Project / build-release (push) Successful in 6s
Test release trigger event / make-artefact (release) Successful in 2s

This commit is contained in:
Christopher Wittor 2024-06-09 21:23:54 +02:00
parent cfdc31cdfa
commit b335ad1766

@ -0,0 +1,15 @@
name: Build Project
run-name: Create release for project ${{ gitea.project_name }}
on:
push:
tags:
- '*'
jobs:
build-release:
runs-on: ubuntu-latest
steps:
- name: Create release
uses: https://gitea.com/actions/gitea-release-action@main
with:
prerelease: ${{ !startsWith(gitea.ref_name, 'v') }}