Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Use correct pub-credentials location
Browse files Browse the repository at this point in the history
  • Loading branch information
comigor committed Oct 22, 2022
1 parent ae7f5f8 commit f8c9624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ jobs:
run: dart pub get
- name: Publish to pub.dev
run: |
mkdir -p ~/.pub-cache/credentials.json
mkdir -p ~/.config/dart/pub-credentials.json
echo "${{ secrets.PUB_CREDENTIALS }}" > ~/.config/dart/pub-credentials.json
echo y | dart pub publish

0 comments on commit f8c9624

Please sign in to comment.