Skip to content

Commit ae87913

Browse files
author
Phillip Lorenzo
authored
Merge pull request #82 from XYOracleNetwork/develop
Develop
2 parents e27d0e9 + 170e287 commit ae87913

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ on:
55
types: [created]
66

77
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'
158
publish-npm:
169
needs: build
1710
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
registry-url: https://npm.pkg.github.com/
2828
scope: '@XYOracleNetwork'
29-
- run: npm publish
29+
- run: npm publish --access public
3030
env:
3131
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)