@chainlink/external-adapter-framework 0.0.4 → 0.0.5
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.
|
@@ -12,7 +12,6 @@ jobs:
|
|
|
12
12
|
steps:
|
|
13
13
|
- uses: actions/checkout@v3
|
|
14
14
|
- uses: ./.github/actions/setup
|
|
15
|
-
|
|
16
15
|
build:
|
|
17
16
|
needs: setup
|
|
18
17
|
runs-on: ubuntu-latest
|
|
@@ -37,4 +36,4 @@ jobs:
|
|
|
37
36
|
steps:
|
|
38
37
|
- uses: actions/checkout@v3
|
|
39
38
|
- uses: ./.github/actions/setup
|
|
40
|
-
- run: yarn test
|
|
39
|
+
- run: yarn test
|
|
@@ -4,8 +4,8 @@ on:
|
|
|
4
4
|
workflow_dispatch:
|
|
5
5
|
push:
|
|
6
6
|
#branches:
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
# - master
|
|
8
|
+
# - main
|
|
9
9
|
jobs:
|
|
10
10
|
publish: # Load the dependencies cache for all jobs
|
|
11
11
|
runs-on: ubuntu-latest
|
|
@@ -14,5 +14,5 @@ jobs:
|
|
|
14
14
|
- uses: actions/checkout@v3
|
|
15
15
|
- uses: ./.github/actions/setup
|
|
16
16
|
- run: npm publish --access restricted #scoped packages are restricted by default, but this is set because not all branches currently have a scoped package name
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
env:
|
|
18
|
+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|