mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed release workflow
refs https://github.com/TryGhost/Toolbox/issues/580 - this has been moved to internal automations so we don't need the workflow here
This commit is contained in:
parent
58ffd1cfeb
commit
d9ea8f2827
1 changed files with 0 additions and 10 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -1,10 +0,0 @@
|
|||
name: Release
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
jobs:
|
||||
release:
|
||||
uses: tryghost/actions/.github/workflows/release.yml@main
|
||||
secrets: inherit
|
Loading…
Add table
Reference in a new issue