Skip to content

Commit b9d2dfc

Browse files
committed
fix: should checkout master branch
1 parent 30c73d5 commit b9d2dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- label: "Create Release & artifacts"
33
if: "build.tag !~ /^v[0-9]+/"
44
commands:
5-
- git checkout main
5+
- git checkout master
66
- pnpm install --frozen-lockfile --prod=false
77
- pnpm run test
88
- pnpm run build

0 commit comments

Comments
 (0)