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 8b63340 commit 58e2284
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 @@ -50,6 +50,7 @@ jobs:
- uses: actions/checkout@v4
- id: vars
run: |
git describe --tags
# Get version from git tag
if ! version=$(git describe --tags --exact-match --match '[0-9]*.[0-9]*.[0-9]*' 2>/dev/null); then
echo "Error: Current commit must be tagged with version in format x.y.z. The actual tag is $version"
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 58e2284

Please sign in to comment.