Skip to content

Commit

Permalink
promising!
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-page committed May 12, 2024
1 parent 10bcde3 commit 6b357f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Hack node-pre-gyp-github source
run: |
sed -i '135 i consoleLog(`options: ${JSON.stringify(options)}`)' node_modules/node-pre-gyp-github/index.js
sed -i '125 i consoleLog(`data: ${JSON.stringify(data.map(item => tag_name))}`)' node_modules/node-pre-gyp-github/index.js
sed -i '125 i consoleLog(`data: ${JSON.stringify(data.map(item => item.tag_name))}`)' node_modules/node-pre-gyp-github/index.js
sed -i '125 i consoleLog(`data.length: ${data.length}`)' node_modules/node-pre-gyp-github/index.js
sed -i '81 i consoleLog(`args: ${JSON.stringify(args)}`)' node_modules/node-pre-gyp-github/index.js
sed -i '81 i consoleLog(`options: ${JSON.stringify(options)}`)' node_modules/node-pre-gyp-github/index.js
Expand Down

0 comments on commit 6b357f8

Please sign in to comment.