Skip to content

chore(main): release 3.6.0 (#65) #65

chore(main): release 3.6.0 (#65)

chore(main): release 3.6.0 (#65) #65

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: yandex-cloud/ui-release-action@main
with:
github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
npm-token: ${{ secrets.NODE_AUTH_TOKEN }}