0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/.github/workflows/release.yml
Daniel Lockyer 72411a3a4a
Added workflow_dispatch trigger to Release workflow
- this allows us to manually trigger a release from a tag
2022-07-26 09:31:20 +02:00

10 lines
170 B
YAML

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