chore: gh-release
Some checks are pending
CI / ubuntu-latest / Node.js 18 (push) Waiting to run
CI / windows-latest / Node.js 18 (push) Waiting to run

This commit is contained in:
Cheng Liu 2024-10-24 13:48:54 -07:00
parent b756abecc9
commit 7ebb65a815
No known key found for this signature in database
GPG key ID: BDD2FDCF5AC296BA

View file

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