Skip to content

fix: 🐛 crash when not found github repository #12

fix: 🐛 crash when not found github repository

fix: 🐛 crash when not found github repository #12

Workflow file for this run

name: NPM-Publish
on:
push:
branches: [ master ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: yarn install
- name: Build dist files
run: yarn dist
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}