Skip to content

Commit

Permalink
fix: Add autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
burashka committed Aug 16, 2022
1 parent 1cd59d1 commit a946626
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
branches: [master]

name: release

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: yandex-cloud/ui-release-action@master
with:
github-token: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
npm-token: ${{ secrets.YC_UI_BOT_NPM_TOKEN }}
node-version: 14

0 comments on commit a946626

Please sign in to comment.