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:
parent
d73d7da7ef
commit
8dd2b036ab
1 changed files with 9 additions and 0 deletions
9
.github/workflows/release.yml
vendored
Normal file
9
.github/workflows/release.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
name: Release
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
uses: tryghost/actions/.github/workflows/release.yml@main
|
||||||
|
secrets: inherit
|
Loading…
Add table
Reference in a new issue