72411a3a4a
- this allows us to manually trigger a release from a tag
11 lines
170 B
YAML
11 lines
170 B
YAML
name: Release
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
tags:
|
|
- 'v*'
|
|
jobs:
|
|
release:
|
|
uses: tryghost/actions/.github/workflows/release.yml@main
|
|
secrets: inherit
|