post section was in wrong part of file

This commit is contained in:
zontreck 2024-07-20 20:41:32 -07:00
parent 1d28bb4ef5
commit 5ee880892e

3
Jenkinsfile vendored
View file

@ -35,6 +35,8 @@ pipeline {
sh 'flutter pub publish -f --skip-validation'
}
}
}
post {
always {
@ -43,4 +45,3 @@ pipeline {
}
}
}
}