From da594ce8cd4d9da6e04a39b8b2fc464728340ef1 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Wed, 21 May 2025 22:39:57 -0400 Subject: [PATCH] don't expose deb --- .github/workflows/gitea-debian.yml | 24 +++++++++++----------- .github/workflows/gitea-nightly-debian.yml | 20 +++++++++--------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/gitea-debian.yml b/.github/workflows/gitea-debian.yml index a5e50d2..2835c5d 100644 --- a/.github/workflows/gitea-debian.yml +++ b/.github/workflows/gitea-debian.yml @@ -71,15 +71,15 @@ jobs: id: date run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - - name: Update Release - uses: softprops/action-gh-release@v2 - with: - tag_name: ${{ needs.check-release.outputs.new_tag }} - name: "Gitea ${{ needs.check-release.outputs.new_tag }}" - body: "Automated build of Gitea ${{ needs.check-release.outputs.new_tag }}" - files: "*.deb" - draft: false - prerelease: false - allowUpdates: true - removeArtifacts: false - replacesArtifacts: true +# - name: Update Release +# uses: softprops/action-gh-release@v2 +# with: +# tag_name: ${{ needs.check-release.outputs.new_tag }} +# name: "Gitea ${{ needs.check-release.outputs.new_tag }}" +# body: "Automated build of Gitea ${{ needs.check-release.outputs.new_tag }}" +# files: "*.deb" +# draft: false +# prerelease: false +# allowUpdates: true +# removeArtifacts: false +# replacesArtifacts: true diff --git a/.github/workflows/gitea-nightly-debian.yml b/.github/workflows/gitea-nightly-debian.yml index 82a8e83..dafba47 100644 --- a/.github/workflows/gitea-nightly-debian.yml +++ b/.github/workflows/gitea-nightly-debian.yml @@ -71,13 +71,13 @@ jobs: id: date run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - - name: Create or Update Nightly Release - uses: ncipollo/release-action@v1 - with: - tag: nightly - artifacts: "*.deb" - draft: false - prerelease: true - allowUpdates: true - removeArtifacts: false - replacesArtifacts: true +# - name: Create or Update Nightly Release +# uses: ncipollo/release-action@v1 +# with: +# tag: nightly +# artifacts: "*.deb" +# draft: false +# prerelease: true +# allowUpdates: true +# removeArtifacts: false +# replacesArtifacts: true