Skip to content

Commit

Permalink
fix: replace actions/create-release@v1 with softprops/action-gh-relea…
Browse files Browse the repository at this point in the history
…se@v1 (#14)

Signed-off-by: francesco-racciatti <[email protected]>
  • Loading branch information
francesco-racciatti authored Dec 1, 2023
1 parent b1660bd commit 851f1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 851f1a0

Please sign in to comment.