Skip to content

Commit 268d427

Browse files
Alexey ZorkaltsevAlexey Zorkaltsev
authored andcommitted
feat: a dummy feature to check the release action
1 parent 097e1cf commit 268d427

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
on:
22
workflow_dispatch:
33

4-
name: release
4+
name: release-debug
55

66
jobs:
77
release:
88
if: github.repository == 'ydb-platform/ydb-nodejs-sdk'
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: yandex-cloud/ui-release-action@main
11+
- uses: gravity-ui/release-action@v1
1212
with:
1313
github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
1414
npm-token: ${{ secrets.NODE_AUTH_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.repository == 'ydb-platform/ydb-nodejs-sdk'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: yandex-cloud/ui-release-action@main
12+
- uses: gravity-ui/release-action@v1
1313
with:
1414
github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
1515
npm-token: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)