Updated Actions config file
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
27c334ef9b
commit
84a6f6a0f1
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '13.x'
|
||||
- run: yarn install
|
||||
- run: yarn run build
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
|
||||
- run: npm publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user