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