name: Release on: push: tags: - 'v[0-9]*.[0-9]*.[0-9]*' jobs: deploy: if: "!contains(github.ref_name, 'beta') && !contains(github.ref_name, 'test')" uses: ./.gitea/workflows/deploy_call.yaml with: prerelease: false secrets: inherit