We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e27d0e9 + 170e287 commit ae87913Copy full SHA for ae87913
.github/workflows/publish.yml
@@ -5,13 +5,6 @@ on:
5
types: [created]
6
7
jobs:
8
- build:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v2
12
- - uses: actions/setup-node@v1
13
- with:
14
- node-version: '10.x'
15
publish-npm:
16
needs: build
17
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -26,6 +26,6 @@ jobs:
26
with:
27
registry-url: https://npm.pkg.github.com/
28
scope: '@XYOracleNetwork'
29
- - run: npm publish
+ - run: npm publish --access public
30
env:
31
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments