Skip to content

Commit 86f7852

Browse files
committed
The v2 installer is not externally supported
1 parent d703046 commit 86f7852

File tree

3 files changed

+2
-235
lines changed

3 files changed

+2
-235
lines changed

.github/workflows/cd.installer.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/cd.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ on:
55
required: true
66

77
jobs:
8-
qa-installer:
9-
uses: ./.github/workflows/ci.installer.yml
10-
qa-action:
8+
qa:
119
uses: ./.github/workflows/ci.action.yml
1210

1311
dist:
14-
needs: [qa-installer, qa-action]
12+
needs: qa
1513
runs-on: ubuntu-latest
1614
steps:
1715
- uses: actions/checkout@v4
@@ -63,10 +61,6 @@ jobs:
6361
prefix: v
6462
tag: v${{ github.event.inputs.version }}
6563

66-
- run: |
67-
git tag --force latest
68-
git push origin latest
69-
7064
- name: Seal Deployment
7165
uses: bobheadxi/deployments@v1
7266
if: always()

.github/workflows/ci.installer.yml

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)