Skip to content

chore(master): release 5.46.0 (#2006) #279

chore(master): release 5.46.0 (#2006)

chore(master): release 5.46.0 (#2006) #279

# ⚠️ IMPORTANT: This workflow is a template from diplodoc/lint/scaffolding
# Do not edit this file in other packages - it is automatically copied from here.
# To modify this workflow, edit it in diplodoc/devops/lint/scaffolding/.github/workflows/
# and then run the scaffolding update process.
name: Release Please
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
issues: write
id-token: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
- name: Release Please
uses: googleapis/release-please-action@v4
id: release
with:
config-file: .release-please-config.json
manifest-file: .release-please-manifest.json
token: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}