Files
actions/.gitea/workflows/cog-check.yml
Mykhailo Nikiforov c5017145ca
Some checks failed
Cog Check / Create release (pull_request) Failing after 5s
feat(cog): specify git username/email
2024-11-21 22:27:41 +02:00

22 lines
413 B
YAML

name: Cog Check
on:
pull_request:
workflow_call:
jobs:
release:
name: Create release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Semver release
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true
git-user: "gitea-bot"
git-user-email: "bot@git.palkoi.net"