Skip to content

Commit

Permalink
to trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Jan 8, 2025
1 parent 2b241bb commit 67d02b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
app_commit: ${{ steps.vars.outputs.app_commit }}
rpm_suffix: ${{ steps.vars.outputs.rpm_suffix }}
deb_suffix: ${{ steps.vars.outputs.deb_suffix }}
target: ${{ steps.vars.outputs.target }}

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/query_generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,4 +518,4 @@ private function parseLoadCommand($command) {
'is_batch_compatible' => $is_insert
];
}
}
}

0 comments on commit 67d02b2

Please sign in to comment.