Skip to content

feat(NavigationTree): add system table node type (#95) #96

feat(NavigationTree): add system table node type (#95)

feat(NavigationTree): add system table node type (#95) #96

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release:
if: github.repository == 'ydb-platform/ydb-ui-components'
runs-on: ubuntu-latest
steps:
- uses: gravity-ui/release-action@v1
with:
github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
npm-token: ${{ secrets.NODE_AUTH_TOKEN }}
node-version: 22