Skip to content

chore: fix typo in licence (#28) #33

chore: fix typo in licence (#28)

chore: fix typo in licence (#28) #33

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release:
if: github.repository == 'ydb-platform/monaco-yql-languages'
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: 18