mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Added Release workflow
- this re-adds the Release workflow using a templated Action
This commit is contained in:
parent
d73d7da7ef
commit
8dd2b036ab
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…
Reference in New Issue
Block a user