Skip to content

Commit

Permalink
fix: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmadom committed Feb 27, 2024
1 parent ff9ce8a commit 01d78ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [main]
branches: [main, v4-2]
pull_request:
branches: [main]
branches: [main, v4-2]

jobs:
verify_files:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-v4-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
node-version: 18
default-branch: v4-2
npm-dist-tag: untagged
npm-dist-tag: untagged
skip-github-release: true
skip-labeling: true

0 comments on commit 01d78ef

Please sign in to comment.