Skip to content

[publish] @kaspersky/hexa-ui-core #9

[publish] @kaspersky/hexa-ui-core

[publish] @kaspersky/hexa-ui-core #9

name: "@kaspersky/hexa-ui-core publish"
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
defaults:
run:
working-directory: ./packages/kaspersky-hexa-ui-core
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}