mao-service-discovery 1.6.0-commit-2023-07-24-04-32-53.0 → 1.6.0-commit-2023-07-24-04-37-15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,29 +10,20 @@ on:
|
|
|
10
10
|
tags: [ '*.*' ]
|
|
11
11
|
|
|
12
12
|
jobs:
|
|
13
|
-
|
|
13
|
+
publish-npm:
|
|
14
14
|
runs-on: ubuntu-latest
|
|
15
15
|
steps:
|
|
16
16
|
- uses: actions/checkout@v3
|
|
17
17
|
- uses: actions/setup-node@v3
|
|
18
18
|
with:
|
|
19
19
|
node-version: 16
|
|
20
|
+
registry-url: https://registry.npmjs.org/
|
|
20
21
|
- name: Set up Go
|
|
21
22
|
uses: actions/setup-go@v3
|
|
22
23
|
with:
|
|
23
24
|
go-version: '1.20.6'
|
|
24
25
|
- run: ./statically_linked_compilation.sh
|
|
25
26
|
- run: go test -v ./...
|
|
26
|
-
|
|
27
|
-
publish-npm:
|
|
28
|
-
needs: build
|
|
29
|
-
runs-on: ubuntu-latest
|
|
30
|
-
steps:
|
|
31
|
-
- uses: actions/checkout@v3
|
|
32
|
-
- uses: actions/setup-node@v3
|
|
33
|
-
with:
|
|
34
|
-
node-version: 16
|
|
35
|
-
registry-url: https://registry.npmjs.org/
|
|
36
27
|
- run: git config --global user.email "maojianwei2016@126.com"
|
|
37
28
|
- run: git config --global user.name "Jianwei Mao"
|
|
38
29
|
- run: npm version prerelease --preid commit-`date "+%Y-%m-%d-%H-%M-%S"`
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mao-service-discovery",
|
|
3
|
-
"version": "1.6.0-commit-2023-07-24-04-
|
|
3
|
+
"version": "1.6.0-commit-2023-07-24-04-37-15.0",
|
|
4
4
|
"description": "Discover your services by using gRPC stream, ICMP or etcd. Come with WebGUI, Restful API and Config Persistence ability.",
|
|
5
5
|
"main": "MaoServiceDiscovery",
|
|
6
6
|
"scripts": {
|