Skip to content

Commit

Permalink
ci: fix v5 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amje committed Feb 7, 2024
1 parent 32e160f commit 6a4f678
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [main, next]
branches: [main, next, v5]
pull_request:

jobs:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/release-v5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release V5

on:
push:
branches: [v5]

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: gravity-ui/release-action@v1
with:
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
node-version: 18
default-branch: v5
npm-dist-tag: untagged
skip-github-release: true

0 comments on commit 6a4f678

Please sign in to comment.