From 1dd1125c16c1db462b9ec51cc09ad8e38174dd4b Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 14:02:16 +0000 Subject: [PATCH] Try this to create a release --- .gitea/workflows/generate.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/generate.yaml b/.gitea/workflows/generate.yaml index c6a1fa2..815097b 100644 --- a/.gitea/workflows/generate.yaml +++ b/.gitea/workflows/generate.yaml @@ -14,4 +14,8 @@ jobs: uses: actions/checkout@v3 - name: Validate YAML - uses: https://github.com/GrantBirki/json-yaml-validate@v2.6.1 \ No newline at end of file + uses: https://github.com/GrantBirki/json-yaml-validate@v2.6.1 + + - name: Create Release + if: success() + uses: https://github.com/ncipollo/release-action@v1 \ No newline at end of file