Skip to content

API key and zone are not required with local nucliadb (#20) #12

API key and zone are not required with local nucliadb (#20)

API key and zone are not required with local nucliadb (#20) #12

name: Publish server
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Build
run: |-
cd server
npm install
npm run compile
- name: Publish
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./server/package.json