Improve node publish ci (#3344)

* don't start workflow on py-*tag

* move node.js tests to separate action

* node.js CI: move PR ID and tags to environment variables

* node.js CI: small bracket mistake

* delete prebuilds.tar.gz before packaging

* use node/README.md as npm README
This commit is contained in:
missytake
2022-05-24 00:41:18 +02:00
committed by GitHub
parent 27fd0dbaec
commit eebd219414
3 changed files with 78 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ const STATUS_DATA = {
state: 'success',
description: '⏩ Click on "Details" to download →',
context: 'Download the node-bindings.tar.gz',
target_url: base_url + file_url + '.tar.gz',
target_url: base_url + file_url,
}
const http = require('https')