Compare commits

...

2 Commits
test ... main

Author SHA1 Message Date
b335ad1766 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
2024-06-09 21:23:54 +02:00
cfdc31cdfa tes for tag 2024-06-09 21:22:41 +02:00
2 changed files with 16 additions and 0 deletions

@ -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') }}

@ -0,0 +1 @@
test