From 0c05a2b2d24d5f73ccc0965d5757d1fc8591381a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Grze=C5=9Blowski?= Date: Mon, 28 Oct 2024 08:31:35 +0100 Subject: [PATCH] Remove "ignored" props --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3e403c2..3e2b4cd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,9 +27,7 @@ jobs: git config --global user.name 'GitHub Actions' git config --global user.email 'actions@github.com' - ./gradlew clean releaseVersion \ - -Psigning.keyId=ignore3 \ - -Psigning.password=ignore4 + ./gradlew clean releaseVersion git add gradle.properties git commit -m "Update jSuplaVersion to release version in gradle.properties"