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