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
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'netlify-cms@*'
|
||||
create
|
||||
|
||||
jobs:
|
||||
create-release:
|
||||
name: Create GitHub Release
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/tags/netlify-cms@')
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user