Skip to content

Commit

Permalink
apply feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Jan 17, 2025
1 parent ef391d9 commit c8b5091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: github-release
on:
push:
tags:
- "*.*.*"
- "[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
inputs:
tag-name:
Expand Down Expand Up @@ -60,6 +60,7 @@ jobs:
run: |
gh release ${{ steps.select-verb.outputs.verb }} "${{ steps.set-tag-name.outputs.tag-name }}" \
--draft \
--target "main"
--title "Release ${{ steps.set-tag-name.outputs.tag-name }}" \
--notes "$NOTES"
env:
Expand Down

0 comments on commit c8b5091

Please sign in to comment.