feat: Initial Versioning 🐛

This commit is contained in:
2024-10-29 20:54:37 +13:00
parent a86f4499b2
commit 625623ec69
8 changed files with 200 additions and 1 deletions

8
action.yml Normal file
View File

@@ -0,0 +1,8 @@
name: "Gitea Composer Build package"
description: "Create a composer package from source"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: 'package'
color: 'green'