Skip to content

chore: run Commit Naming action only on pull requests (#69) #69

chore: run Commit Naming action only on pull requests (#69)

chore: run Commit Naming action only on pull requests (#69) #69

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: gravity-ui/release-action@v1
with:
github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
npm-token: ${{ secrets.NODE_AUTH_TOKEN }}
node-version: 18