Skip to content

Commit

Permalink
⚡ Replace marvinpinto/action-automatic-releases with softprops/action…
Browse files Browse the repository at this point in the history
…-gh-release
  • Loading branch information
CosmoMyzrailGorynych committed Jun 13, 2024
1 parent e7e7783 commit b38d1e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Automatic Releases
uses: marvinpinto/action-automatic-releases@v1.2.1
uses: softprops/action-gh-release@v2
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.tag_version.outputs.new_tag }}
tag_name: ${{ steps.tag_version.outputs.new_tag }}
prerelease: false
make_latest: true
generate_release_notes: true
files: |
./dist/windows/*.exe

0 comments on commit b38d1e8

Please # to comment.