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