mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 11:25:09 -05:00
chore: gh-release
This commit is contained in:
parent
b756abecc9
commit
7ebb65a815
1 changed files with 1 additions and 7 deletions
8
.github/workflows/sparo-gh-release.yaml
vendored
8
.github/workflows/sparo-gh-release.yaml
vendored
|
@ -3,12 +3,7 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- "sparo_v*.*.*"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag_name:
|
||||
description: 'Tag name for release'
|
||||
required: true
|
||||
default: ''
|
||||
workflow_dispatch: {}
|
||||
jobs:
|
||||
sparo-release:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -35,7 +30,6 @@ jobs:
|
|||
run : node common/scripts/install-run-rush.js generate-release-description --project sparo --version ${{ steps.extract_version.outputs.version }}
|
||||
- name: Sparo GitHub Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: ${{ exists('RELEASE/SPARO.md') }}
|
||||
with:
|
||||
draft: true
|
||||
body_path: RELEASE/SPARO.md
|
||||
|
|
Loading…
Reference in a new issue