From 6798cae1b8f7ecfe6dd627d95a3b9c809fb97052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=B5=B7?= <34731503+xiaohai2271@users.noreply.github.com> Date: Fri, 17 Apr 2020 12:41:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E8=AE=B0=E6=B7=BB=E5=8A=A0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mavenpublish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mavenpublish.yml b/.github/workflows/mavenpublish.yml index 60eb1e0..94a0f0e 100644 --- a/.github/workflows/mavenpublish.yml +++ b/.github/workflows/mavenpublish.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest env: + APPLICATION_PROPERTIES_TEST: ${{ secrets.APPLICATION_PROPERTIES_TEST }} APPLICATION_PROPERTIES_PROD: ${{ secrets.APPLICATION_PROPERTIES_PROD }} steps: