Skip to content

Commit

Permalink
Allow warnings when publishing to pods
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Oct 7, 2024
1 parent 793c07f commit 95cbb7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ if [ x$DO_PUSH == x1 ]; then
fi

if [ x$DO_RELEASE == x1 ]; then
pod lib lint
pod trunk push
pod lib lint --allow-warnings
pod trunk push --allow-warnings
fi

popd

0 comments on commit 95cbb7a

Please sign in to comment.