Skip to content

Commit

Permalink
[ci] Use new pub cache location for release (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim authored Jun 2, 2023
1 parent 3c9b795 commit 9491213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
channel: stable
- name: Install credentials
run: |
mkdir -p $PUB_CACHE
echo '${{ secrets.PUB_CREDENTIALS }}' > $PUB_CACHE/credentials.json
mkdir -p $HOME/.config/dart
echo '${{ secrets.PUB_CREDENTIALS }}' > $HOME/.config/dart/pub-credentials.json
flutter pub get
- name: Dry run on pull request
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 9491213

Please sign in to comment.