0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added Release workflow

- this re-adds the Release workflow using a templated Action
This commit is contained in:
Daniel Lockyer 2022-07-24 18:36:06 +02:00
parent d73d7da7ef
commit 8dd2b036ab
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

9
.github/workflows/release.yml vendored Normal file
View file

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