Skip to content

chore: bump version and lock file per last commit #167

chore: bump version and lock file per last commit

chore: bump version and lock file per last commit #167

Workflow file for this run

---
name: CI
on:
push:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '22'
- name: Setup Babashka
uses: turtlequeue/[email protected]
with:
babashka-version: 1.0.168
- name: Build release
run: bb release
- name: Run feature tests
run: bb test
- name: Authenticate with registry
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- name: Publish package if a release tag
run: NBB_CLI_NAME=nbb-logseq NBB_NPM_LIB_NAME='@logseq/nbb-logseq' bb ci:publish