Skip to content

fix: auth redirect loop after login, update docs — bump to v1.7.1 #17

fix: auth redirect loop after login, update docs — bump to v1.7.1

fix: auth redirect loop after login, update docs — bump to v1.7.1 #17

Workflow file for this run

name: Publish npm Package
on:
push:
tags: ['v*']
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org
- run: npm ci
- run: cd ui && npm ci
- run: npm run build
- run: npm publish --provenance --access public