ci(release): fix create release workflow (#4060)

This commit is contained in:
Leonardo Matos 2020-07-26 11:18:26 -03:00 committed by GitHub
parent 9bdf130442
commit 9b61ebf2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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