Skip to content

Commit

Permalink
ci: changing release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yacoubii committed Mar 19, 2024
1 parent 8d76b89 commit 7508ef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
name: ${{ steps.changelog.outputs.title }}
body_path: ${{ steps.changelog.outputs.path }}
name: Palindrome.js Panel v1.0.0
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
files: |
Expand Down

0 comments on commit 7508ef1

Please sign in to comment.