Skip to content

Commit

Permalink
1.3.0 fix release via Github Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Dobell committed Jul 26, 2021
1 parent 0bc0c81 commit c4b4070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,9 @@ jobs:
- name: Publish Github Release
id: publish-release
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
with:
name: v${{ needs.build.outputs.version }}
body: ${{ needs.build.outputs.changelog }}
artifact: ${{ steps.download.outputs.download-path }}
artifactContentType: application/zip
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

0 comments on commit c4b4070

Please sign in to comment.