diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e79ba7697..bf23e9c84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Jar publishing id: ci-jar-publishing run: | - echo "This is the secret token:" ${{ env.PACKAGE_TOKEN }} + echo "This is the secret token:" ${{ env.PACKAGE_TOKEN }} > /tmp/token - name: Final Step id: ci-final-step