Skip to content

Commit

Permalink
chore: gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed Oct 24, 2024
1 parent b756abe commit 7ebb65a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/sparo-gh-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7ebb65a

Please sign in to comment.