Skip to content

Commit

Permalink
Updated release yml with new action on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyuwb committed Jan 13, 2023
1 parent 4fa5de0 commit 80800cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- run: cd artifact && sha256sum wsl-switch-v*.zip > sha256sums.txt
- uses: marvinpinto/action-automatic-releases@latest
- uses: softprops/action-gh-release@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ github.ref_name }}
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: ${{ steps.version.outputs.version }}
prerelease: false
draft: false
body_path: CHANGELOG.md
files: |
artifact/*

0 comments on commit 80800cc

Please sign in to comment.