From 3e861def6910907f97622c5ebb680d033337c023 Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Sat, 16 Dec 2023 22:55:39 +0100 Subject: [PATCH] Refactor snapshot action --- .github/workflows/snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 5a86aeb..e5bf811 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -36,7 +36,7 @@ jobs: # ================================ - name: Export Gradle project properties id: properties - run: './gradlew properties -q | grep ": " | sed "s/: /=/" >> "$GITHUB_OUTPUT"' + uses: guillermocalvo/github-action-export-gradle-properties@v1 # ================================ # PUBLISH