From ff3e68281c3b5c5185b29a8cabbd70bbd0f9e681 Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Mon, 23 Sep 2024 16:17:24 +0200 Subject: [PATCH] Don't create a new release when the CI build succeeds. --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 378fd146..4ee8390d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -229,16 +229,6 @@ jobs: run: cd ${{ github.workspace }}/build && dpkg-buildpackage -us -uc - name: show directory run: ls -l ${{ github.workspace }} - - name: Create deb packet - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{env.VERSION}}_${{env.RUN_NUMBER}} - release_name: clixon_${{env.VERSION}}-${{env.RUN_NUMBER}} - draft: false - prerelease: false - name: Upload artefact (clixon) uses: actions/upload-artifact@v4 with: