Skip to content

config

config #15

Workflow file for this run

name: BagelDB Nuxt Module
on:
push:
branches:
- main
paths:
- "bageldb-nuxt/**"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
- uses: actions/setup-node@v1
with:
node-version: 16.x
registry-url: https://registry.npmjs.org/
- run: |
cd ./bageldb-nuxt
npm i
npm run release
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_ACCESS_KEY}}