Closed gabsn closed 2 years ago
When dryRunOnly: true and the publishing fails, the job doesn't fail. I would expect it to fail.
dryRunOnly: true
My usecase is to dry run the publish job for the pull request and if everything is fine merge it on main and have it actually published.
main
fixed in master
When
dryRunOnly: true
and the publishing fails, the job doesn't fail. I would expect it to fail.My usecase is to dry run the publish job for the pull request and if everything is fine merge it on
main
and have it actually published.