We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48c759 commit 097e1cfCopy full SHA for 097e1cf
.github/workflows/release-debug.yml
@@ -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