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

11 lines
170 B
YAML

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