From 6235c68e0725d64cf94dd0061b17e1c9df3172da Mon Sep 17 00:00:00 2001 From: 24sama Date: Thu, 3 Nov 2022 14:32:00 +0800 Subject: [PATCH] fix the bug generating two release pages Signed-off-by: 24sama --- .github/workflows/ci.yml | 9 --------- .github/workflows/gen-repository-iso.yaml | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a816e68..5d480c5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,15 +42,6 @@ jobs: exit 1 fi -# - name: Build operator manager -# run: CGO_ENABLED=0 go build -tags='containers_image_openpgp' -v -o output/manager ./main.go - - name: Build command-line tool run: | make kk - - - uses: actions/upload-artifact@v2 - if: github.event_name == 'push' - with: - name: kk - path: output/kk diff --git a/.github/workflows/gen-repository-iso.yaml b/.github/workflows/gen-repository-iso.yaml index 4366b7cc..9aace35c 100644 --- a/.github/workflows/gen-repository-iso.yaml +++ b/.github/workflows/gen-repository-iso.yaml @@ -70,6 +70,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + draft: true files: | ${{ matrix.name }}.iso.sha256sum.txt ${{ matrix.name }}-amd64.iso