Skip to content

Commit

Permalink
fix: should checkout master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Sep 14, 2024
1 parent 30c73d5 commit b9d2dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9d2dfc

Please sign in to comment.