Skip to content

Commit

Permalink
melos publish is to strict for our current state
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Mar 14, 2024
1 parent 8312cc2 commit fc5eade
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,13 @@ jobs:
dart pub global run melos bootstrap
- name: Publish packages to pub.dev
# Using just:
# melos publish --no-dry-run --yes
# will fail currently
run: |
mkdir -p $HOME/.config/dart
echo '${{ secrets.PUB_CREDENTIALS }}' >> $HOME/.config/dart/pub-credentials.json
melos publish --no-dry-run --yes
melos exec --no-published --no-private -- dart pub publish --force --skip-validation
- name: Find Release PR
uses: juliangruber/find-pull-request-action@f9f7484f8237cf8485e5ab826e542ba5dd9e9c6e
Expand Down

0 comments on commit fc5eade

Please sign in to comment.