From 7a4d5e7c6054ee3e4cc47183dfdcd9e976113392 Mon Sep 17 00:00:00 2001 From: Plenty Su Date: Tue, 26 Dec 2023 15:19:06 +0900 Subject: [PATCH] Push a test workflow --- .github/workflows/test.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..f37447d --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,14 @@ +name: Publish the Java Package to Maven Central Repository and upload tool to GitHub + +on: + push: + branches: + +jobs: + release: + runs-on: ubuntu-latest + steps: + - name: Test if we can see the secring file + run: | + echo "${{ secrets.SIGNING_SECRET_KEY_RING }}" | base64 -d > /tmp/secring.gpg # ~/.gradle/secring.gpg + ls -al /tmp/secring.gpg # ~/.gradle/secring.gpg