Skip to content

Commit

Permalink
Remove unnecessary lines in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-noda-qcrg committed Jan 31, 2024
1 parent bc8da22 commit 830beaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Create release draft
uses: release-drafter/release-drafter@v5
with:
tag: ${{ steps.get_tag_name.outputs.tag_name }}
name: ${{ steps.get_tag_name.outputs.tag_name }}
version: ${{ steps.get_tag_name.outputs.tag_name }}
publish: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 830beaa

Please sign in to comment.