Allow publishing to fail in the event of only updating a bundled binary program

This commit is contained in:
zontreck 2024-08-24 07:42:35 -07:00
parent fca391a2da
commit 2af235fca0

2
Jenkinsfile vendored
View file

@ -32,7 +32,7 @@ pipeline {
tar -cvf docs.tgz doc/api/*
flutter pub publish -f --skip-validation
flutter pub publish -f --skip-validation || true
'''
}
}