Skip to content

Commit e7daed0

Browse files
committed
Skip git hooks when publishing release
Signed-off-by: Vladislav Polyakov <polRk@ydb.tech>
1 parent a0f39b6 commit e7daed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ jobs:
3333
version: npm run version
3434
publish: npm run publish
3535
env:
36+
SKIP_HOOKS: true
3637
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3738
NPM_TOKEN: ''

0 commit comments

Comments
 (0)