Files
Cleanuparr/.github/workflows/release.yml
2024-11-13 10:22:05 +02:00

11 lines
209 B
YAML

on:
push:
tags:
- "v*.*.*"
jobs:
release:
uses: flmorg/universal-workflows/.github/workflows/dotnet.release.yml@main
with:
githubContext: ${{ toJSON(github) }}
secrets: inherit