From 4c812d99b8c50e5c24abbd2e484d5e9ece3032c3 Mon Sep 17 00:00:00 2001 From: Greg Schofield Date: Sun, 22 Oct 2023 13:06:16 -0400 Subject: [PATCH] Fixing the tagged-release pipeline for real this time. (#51) Signed-off-by: Gregory Schofield --- .github/workflows/build-and-release.yaml | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 378b847..88f237c 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -239,6 +239,9 @@ jobs: - private-gems-test - auth-test steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 1 - uses: actions/download-artifact@v3 with: name: gemfast-omnibus diff --git a/VERSION b/VERSION index f76f913..b3ec163 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2 \ No newline at end of file +0.9.3 \ No newline at end of file