Skip to content

Commit

Permalink
Merge pull request mikepenz#794 from mikepenz/fix/790
Browse files Browse the repository at this point in the history
Update README to use different release action
  • Loading branch information
mikepenz committed Jun 22, 2022
2 parents 2ef19db + e99e680 commit 943b211
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
uses: actions/create-release@v3
uses: softprops/action-gh-release@v0.1.14
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: ${{steps.github_release.outputs.changelog}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

## Customization 🖍️
Expand Down

0 comments on commit 943b211

Please sign in to comment.