From ed25ec3824ebd1d2f56644502ae4d3811a22192c Mon Sep 17 00:00:00 2001 From: dougreichard Date: Tue, 25 May 2021 17:15:47 -0400 Subject: [PATCH] release --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 09f3fae..e42f8f4 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -44,6 +44,8 @@ jobs: # You may pin to the exact commit or the version. # uses: softprops/action-gh-release@b7e450da2a4b4cb4bfbae528f788167786cfcedf uses: softprops/action-gh-release@v0.1.5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: # Path to load note-worthy description of changes in release from body_path: release.md @@ -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 }}