mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user