ci(release): fix create release workflow (#4060)
This commit is contained in:
parent
9bdf130442
commit
9b61ebf2c0
5
.github/workflows/create-release.yml
vendored
5
.github/workflows/create-release.yml
vendored
@ -1,14 +1,13 @@
|
|||||||
name: Create release
|
name: Create release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
create
|
||||||
tags:
|
|
||||||
- 'netlify-cms@*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create-release:
|
create-release:
|
||||||
name: Create GitHub Release
|
name: Create GitHub Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: startsWith(github.ref, 'refs/tags/netlify-cms@')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user