Skip to content

Commit

Permalink
chore: fix ci [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jul 13, 2020
1 parent 2faf0c8 commit 046976e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/scripts/ci/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,12 @@ Check them out at https://github.com/prisma/e2e-tests/actions?query=workflow%3At
patchBranch,
)

try {
await tagEnginesRepo(dryRun)
} catch (e) {
console.error(e)
if (!process.env.PATCH_BRANCH) {
try {
await tagEnginesRepo(dryRun)
} catch (e) {
console.error(e)
}
}
}
} catch (e) {
Expand Down

0 comments on commit 046976e

Please sign in to comment.