Skip to content

Merge branch 'main' of https://github.com/V0odo0/KNOT-Localization #4

Merge branch 'main' of https://github.com/V0odo0/KNOT-Localization

Merge branch 'main' of https://github.com/V0odo0/KNOT-Localization #4

Workflow file for this run

name: Publish to NPM
on:
push:
branches: main
jobs:
npm:
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: "https://registry.npmjs.org"
- run: npm publish --access public