0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/.github/workflows/release.yml

10 lines
149 B
YAML
Raw Normal View History

name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
uses: tryghost/actions/.github/workflows/release.yml@main
secrets: inherit