diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3aeb1c3b63..db7abad07d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -117,7 +117,7 @@ jobs: - name: Setup Apple API Key if: ${{ runner.os == 'macOS' }} run: | - base64 -d <<< "${{ secrets.APPLE_API_KEY_PATH }}" > $RUNNER_TEMP/apple-api-key.p8 + echo "${{ secrets.APPLE_API_KEY_PATH }}" > $RUNNER_TEMP/apple-api-key.p8 - run: git fetch --force --tags