Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
Signed-off-by: kevin <[email protected]>
  • Loading branch information
Kleak committed Sep 17, 2019
1 parent ea5efa0 commit 26e971f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,8 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- name: Flutter pub get
run: flutter packages get
- name: ls -la ../
run: ls -la ../
- name: ls -la ../../
run: ls -la ../../
- name: echo $HOME
run: echo $HOME
- name: ls $HOME/
run: ls -la $HOME/
- name: ls $HOME/work/
run: ls -la $HOME/work/
- name: try find .pub-cache folder
run: find / -type d -name ".pub-cache"
- name: Add credentials
run: echo $PUB_CREDENTIALS > ~/.pub-cache/credentials.json
run: echo $PUB_CREDENTIALS > /opt/hostedtoolcache/flutter/1.9.1-hotfix.2-stable/x64/.pub-cache/credentials.json
- name: Publish
run: flutter pub pub publish --force

0 comments on commit 26e971f

Please sign in to comment.