Skip to content

feat: implement a workflow to publish prerelease versions from a branch #29

feat: implement a workflow to publish prerelease versions from a branch

feat: implement a workflow to publish prerelease versions from a branch #29

Workflow file for this run

on:
push:
branches: [main]
name: release
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: yandex-cloud/ui-release-action@main
with:
github-token: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
npm-token: ${{ secrets.ROBOT_DATAUI_NPM_TOKEN }}
node-version: 18