Skip to content

Commit

Permalink
Merge pull request #228 from iapicca/update_publish_workflow
Browse files Browse the repository at this point in the history
update melos in workflow
  • Loading branch information
Francesco Iapicca authored Jul 22, 2023
2 parents 3c5f13a + d1a281f commit d35d4b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pub-lish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
steps:
- name: 'checkout'
uses: actions/checkout@v3
- name: 'setup java'
uses: actions/setup-java@v3
with:
distribution: 'adopt-openj9'
java-version: '9'
- name: 'setup flutter'
uses: subosito/flutter-action@v2
with:
Expand All @@ -38,8 +33,6 @@ jobs:
EOF
- name: 'install dependencies'
uses: bluefireteam/melos-action@v1
with:
melos-version: '3.0.1'
- name: 'publishing'
run: |
yes | melos run publish

0 comments on commit d35d4b8

Please sign in to comment.