Skip to content

Merge pull request #216 from yandex-cloud/dependabot/npm_and_yarn/axi… #122

Merge pull request #216 from yandex-cloud/dependabot/npm_and_yarn/axi…

Merge pull request #216 from yandex-cloud/dependabot/npm_and_yarn/axi… #122

Workflow file for this run

name: Release
on:
push:
branches:
- master
- alpha
- beta
jobs:
release:
if: github.actor != 'yandex-cloud-bot'
name: Release
runs-on: ubuntu-24.04
steps:
- uses: yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
with:
persist-credentials: false
- env:
GITHUB_TOKEN: ${{ secrets.YANDEX_CLOUD_BOT_TOKEN }}
GIT_AUTHOR_NAME: yandex-cloud-bot
GIT_AUTHOR_EMAIL: ycloud-bot@yandex.ru
GIT_COMMITTER_NAME: yandex-cloud-bot
GIT_COMMITTER_EMAIL: ycloud-bot@yandex.ru
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx --no-install semantic-release