Skip to content

Commit

Permalink
fix(github-release.yaml): remove target option (#29)
Browse files Browse the repository at this point in the history
remove target option

Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk authored Jan 27, 2025
1 parent 9b929c8 commit 82e16a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/.github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ 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 82e16a2

Please sign in to comment.