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 58e2284 commit 99f81b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- 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 99f81b2

Please sign in to comment.