Skip to content

Commit

Permalink
Merge pull request #89 from burashka/add-release-action
Browse files Browse the repository at this point in the history
chore: add release action
  • Loading branch information
burashka authored Aug 24, 2022
2 parents 2b08ba5 + 6ed6666 commit fedc811
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@main
with:
github-token: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
npm-token: ${{ secrets.YC_UI_BOT_NPM_TOKEN }}
node-version: 14

0 comments on commit fedc811

Please sign in to comment.