We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d703046 commit 86f7852Copy full SHA for 86f7852
.github/workflows/cd.installer.yml
.github/workflows/cd.yml
@@ -5,13 +5,11 @@ on:
5
required: true
6
7
jobs:
8
- qa-installer:
9
- uses: ./.github/workflows/ci.installer.yml
10
- qa-action:
+ qa:
11
uses: ./.github/workflows/ci.action.yml
12
13
dist:
14
- needs: [qa-installer, qa-action]
+ needs: qa
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
@@ -63,10 +61,6 @@ jobs:
63
61
prefix: v
64
62
tag: v${{ github.event.inputs.version }}
65
66
- - run: |
67
- git tag --force latest
68
- git push origin latest
69
-
70
- name: Seal Deployment
71
uses: bobheadxi/deployments@v1
72
if: always()
.github/workflows/ci.installer.yml
0 commit comments