feature: Add Gitea Actions workflow for creating releases #skipGA

This commit is contained in:
Keith Solomon
2025-03-25 10:51:24 -05:00
parent 8002bfc624
commit 926796b40a

View File

@@ -1,7 +1,7 @@
name: Add release
run-name: Add release with Gitea Actions
# on: [push]
on: [workflow_dispatch]
on: [push]
# on: [workflow_dispatch]
jobs:
CreateRelease: