mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
8dd2b036ab
- this re-adds the Release workflow using a templated Action
9 lines
149 B
YAML
9 lines
149 B
YAML
name: Release
|
|
on:
|
|
push:
|
|
tags:
|
|
- 'v*'
|
|
jobs:
|
|
release:
|
|
uses: tryghost/actions/.github/workflows/release.yml@main
|
|
secrets: inherit
|