mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-01 09:32:21 -05:00
13 lines
224 B
YAML
13 lines
224 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- "v*.*.*"
|
|
|
|
jobs:
|
|
release:
|
|
uses: flmorg/universal-workflows/.github/workflows/dotnet.release.yml@main
|
|
with:
|
|
githubContext: ${{ toJSON(github) }}
|
|
secrets: inherit |