From a6e28ca387d11a3760d962929a16f5ef55b13608 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Fri, 13 Aug 2021 12:13:04 +0200 Subject: [PATCH] remove debug stuff [ci skip] --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca963ce63..c3e254426 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -504,7 +504,6 @@ jobs: for FILE in `find . -name "*.AppImage" -o -name "*.dmg" -o -name "*.msi" -o -name "*.zsync" -o -name "*.tar.gz"`; do echo "${GPG_PASSPHRASE}" | gpg --batch --quiet --passphrase-fd 0 --pinentry-mode loopback -u 615D449FE6E6A235 --detach-sign -a ${FILE} done - ls -lR env: GPG_PRIVATE_KEY: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }} @@ -512,8 +511,8 @@ jobs: uses: softprops/action-gh-release@v1 with: draft: true - fail_on_unmatched_files: false # TODO - discussion_category_name: Releases + fail_on_unmatched_files: true + discussion_category_name: releases token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }} files: | *.AppImage