diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec16be7..792d6cf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main, v6] + branches: [main, v8] pull_request: - branches: [main, v6] + branches: [main, v8] jobs: verify_files: diff --git a/.github/workflows/release-v6.yml b/.github/workflows/release-v8.yml similarity index 84% rename from .github/workflows/release-v6.yml rename to .github/workflows/release-v8.yml index 25300cb..2a5d6f7 100644 --- a/.github/workflows/release-v6.yml +++ b/.github/workflows/release-v8.yml @@ -1,8 +1,8 @@ -name: Release V6 +name: Release V8 on: push: - branches: [v6] + branches: [v8] jobs: release: @@ -13,6 +13,6 @@ jobs: github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }} npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }} node-version: 20 - default-branch: v6 + default-branch: v8 npm-dist-tag: untagged skip-github-release: true \ No newline at end of file