From 58e2284852acdf857c7eb11f069a9c475f9b9730 Mon Sep 17 00:00:00 2001 From: Sergey Nikolaev Date: Thu, 9 Jan 2025 02:00:01 +0700 Subject: [PATCH] to trigger release --- .github/workflows/release.yml | 1 + src/query_generator.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d1b4a5..b1dd4bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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" diff --git a/src/query_generator.php b/src/query_generator.php index d7ea831..7cad992 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 +}