From e43219b37dd48d09f99eb2becee266461ed7008b Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 10 Aug 2024 22:40:03 -0500 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 5f4d4a6..0a554ba 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -32,8 +32,8 @@ jobs: PUBDEV_TOKEN: ${{ secrets.PUBDEV_TOKEN }} run: | mkdir -p ~/.pub-cache - echo "{\"https://pub.dev\": {\"token\": \"$PUBDEV_TOKEN\"}}" > ~/.pub-cache/credentials.json - cat ~/.pub-cache/credentials.json # Add debugging to ensure file is created correctly + echo "$PUBDEV_TOKEN" > ~/.pub-cache/credentials.json + cat ~/.pub-cache/credentials.json # Add debugging to ensure the file is created correctly ls -la ~/.pub-cache # List contents of the directory for debugging - name: Publish to pub.dev (dry run)