mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
10 lines
149 B
YAML
10 lines
149 B
YAML
|
name: Release
|
||
|
on:
|
||
|
push:
|
||
|
tags:
|
||
|
- 'v*'
|
||
|
jobs:
|
||
|
release:
|
||
|
uses: tryghost/actions/.github/workflows/release.yml@main
|
||
|
secrets: inherit
|