From 266b7b8d06574dd69f813f37ce9bdab1866832a8 Mon Sep 17 00:00:00 2001 From: Giovanni Allegri Date: Mon, 9 Oct 2023 16:33:45 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f3331c..ffb05c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,9 @@ jobs: with: separator: "_" msg: ${{ github.ref }} + - uses: actions/checkout@v2 + with: + ref: ${{ steps.split.outputs._1 }} - uses: ./.github/actions/build_and_push with: image: "geoserver"