Skip to content

Commit

Permalink
πŸ’š Create XDG_CONFIG_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Mar 8, 2024
1 parent 7918def commit c4b6697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: melos publish --yes --dry-run
- name: Write token to local
run: |
mkdir -p ~/.config/dart
mkdir -p "$XDG_CONFIG_HOME/dart"
echo '${{ secrets.PUB_CREDENTIALS }}' > "$XDG_CONFIG_HOME/dart/pub-credentials.json"
- name: Publish to pub.dev
run: melos publish --yes --no-dry-run

0 comments on commit c4b6697

Please sign in to comment.