From 99f81b2518948eca470ee143f5b3b489e04176f0 Mon Sep 17 00:00:00 2001 From: Sergey Nikolaev Date: Thu, 9 Jan 2025 02:05:05 +0700 Subject: [PATCH] to trigger release --- .github/workflows/release.yml | 3 ++- src/query_generator.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1dd4bc..fbbdb02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" diff --git a/src/query_generator.php b/src/query_generator.php index 7cad992..d7ea831 100644 --- a/src/query_generator.php +++ b/src/query_generator.php @@ -518,4 +518,4 @@ private function parseLoadCommand($command) { 'is_batch_compatible' => $is_insert ]; } -} +} \ No newline at end of file