From b9d2dfcee133884a0e456257c6bc842b97815e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20Go=CC=88zel?= Date: Sat, 14 Sep 2024 09:54:56 +0300 Subject: [PATCH] fix: should checkout master branch --- pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.yml b/pipeline.yml index 2e7c38b..d4261ee 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -2,7 +2,7 @@ steps: - label: "Create Release & artifacts" if: "build.tag !~ /^v[0-9]+/" commands: - - git checkout main + - git checkout master - pnpm install --frozen-lockfile --prod=false - pnpm run test - pnpm run build