Skip to content

Merge pull request #162 from yandex-cloud/dependabot/npm_and_yarn/pro… #84

Merge pull request #162 from yandex-cloud/dependabot/npm_and_yarn/pro…

Merge pull request #162 from yandex-cloud/dependabot/npm_and_yarn/pro… #84

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-20.04
steps:
- uses: yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@9fc72bb2948886090f84c9236580fbca480bdea7
with:
persist-credentials: false
- env:
GITHUB_TOKEN: ${{ secrets.YANDEX_CLOUD_BOT_TOKEN }}
GIT_AUTHOR_NAME: yandex-cloud-bot
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: yandex-cloud-bot
GIT_COMMITTER_EMAIL: [email protected]
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx --no-install semantic-release