Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mocolicious authored Aug 11, 2024
1 parent 61e23d3 commit e43219b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e43219b

Please sign in to comment.