mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -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:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "sparo_v*.*.*"
|
- "sparo_v*.*.*"
|
||||||
workflow_dispatch:
|
workflow_dispatch: {}
|
||||||
inputs:
|
|
||||||
tag_name:
|
|
||||||
description: 'Tag name for release'
|
|
||||||
required: true
|
|
||||||
default: ''
|
|
||||||
jobs:
|
jobs:
|
||||||
sparo-release:
|
sparo-release:
|
||||||
runs-on: ubuntu-latest
|
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 }}
|
run : node common/scripts/install-run-rush.js generate-release-description --project sparo --version ${{ steps.extract_version.outputs.version }}
|
||||||
- name: Sparo GitHub Release
|
- name: Sparo GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: ${{ exists('RELEASE/SPARO.md') }}
|
|
||||||
with:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
body_path: RELEASE/SPARO.md
|
body_path: RELEASE/SPARO.md
|
||||||
|
|
Loading…
Reference in a new issue