Skip to content

fix: Change runtime builder to esbuild #104

fix: Change runtime builder to esbuild

fix: Change runtime builder to esbuild #104

Workflow file for this run

on:
push:
branches: [master]
name: release
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.YC_UI_BOT_NPM_TOKEN }}
node-version: 14