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 }}