Skip to content

Commit

Permalink
replace deprecated release action
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored Dec 17, 2024
1 parent f031d2a commit 0a92a13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
git tag -a "v${{ env.NEWTAG }}" -m "Release v${{ env.NEWTAG }}"
git push origin "v${{ env.NEWTAG }}"
- name: Publish Release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: "v${{ env.NEWTAG }}"
release_name: "Release v${{ env.NEWTAG }}"

0 comments on commit 0a92a13

Please sign in to comment.