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:
Daniel Lockyer 2023-05-15 08:48:20 +02:00
parent 58ffd1cfeb
commit d9ea8f2827
No known key found for this signature in database

View File

@ -1,10 +0,0 @@
name: Release
on:
workflow_dispatch:
push:
tags:
- 'v*'
jobs:
release:
uses: tryghost/actions/.github/workflows/release.yml@main
secrets: inherit