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
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…
Reference in New Issue
Block a user