first release of this action

This commit is contained in:
Louis Seubert 2024-10-30 22:28:34 +01:00
commit 259af57371
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
8 changed files with 853 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module git.geekeey.de/actions/release
go 1.23.2
require git.geekeey.de/actions/sdk v1.0.1