Skip to content

Commit

Permalink
Changed release action
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Jul 15, 2023
1 parent 9751644 commit 5fc5a1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

steps:
- name: 📑 Release Page
uses: "marvinpinto/action-automatic-releases@latest"
uses: ncipollo/release-action@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
token: "${{ secrets.GITHUB_TOKEN }}"
generateReleaseNotes: true
makeLatest: true

0 comments on commit 5fc5a1e

Please sign in to comment.