Skip to content

Commit

Permalink
switch to softprops/actions-gh-release@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobsic committed Mar 12, 2021
1 parent c6e34ef commit 17df566
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
#ls -laR
cat dist/contents.txt
- uses: actions/checkout@v1
- uses: ncipollo/release-action@v1
- uses: softprops/action-gh-release@v1
with:
artifacts: "dist/contents.txt"
token: ${{ secrets.GITHUB_TOKEN }}
files: "dist/contents.txt"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 17df566

Please sign in to comment.