Skip to content

Commit e27d0e9

Browse files
author
Phillip Lorenzo
authored
Merge pull request #81 from XYOracleNetwork/develop
fix registry tag
2 parents 352be0f + 9b6bdfb commit e27d0e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ on:
66

77
jobs:
88
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
917
runs-on: ubuntu-latest
1018
steps:
1119
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)