Skip to content

Commit 097e1cf

Browse files
Alexey ZorkaltsevAlexey Zorkaltsev
authored andcommitted
test: add version of release.yml with manual start
1 parent f48c759 commit 097e1cf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
workflow_dispatch:
3+
4+
name: release
5+
6+
jobs:
7+
release:
8+
if: github.repository == 'ydb-platform/ydb-nodejs-sdk'
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: yandex-cloud/ui-release-action@main
12+
with:
13+
github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
14+
npm-token: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)