mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-26 06:39:45 -05:00
11 lines
209 B
YAML
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 |