diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d6a9f54..619aac1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,14 +9,16 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Set up Env run: | VERSION_NAME=$(grep "versionName" ./version.properties | cut -d "=" -f 2) + echo "VERSION_NAME=$VERSION_NAME" >> $GITHUB_ENV + echo '${{ secrets.PUBLISH_PROPERTIES }}' | openssl base64 -d -out ./publish.properties - - name: Checkout - uses: actions/checkout@v4 - - name: Set up JDK 17 uses: actions/setup-java@v4 with: