Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
dougreichard committed May 25, 2021
1 parent 6db35d6 commit ed25ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
# You may pin to the exact commit or the version.
# uses: softprops/action-gh-release@b7e450da2a4b4cb4bfbae528f788167786cfcedf
uses: softprops/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Path to load note-worthy description of changes in release from
body_path: release.md
Expand All @@ -53,5 +55,3 @@ jobs:
prerelease: true
# Newline-delimited list of path globs for asset files to upload
files: build/aml.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed25ec3

Please sign in to comment.