From 0e5d0a8ee96cdeefd9fd724a3fb1354d87154b03 Mon Sep 17 00:00:00 2001 From: Michael Karlesky Date: Thu, 23 Jan 2025 16:03:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Prerelease=20config=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 5d45bb1..1a5cc2f 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -271,7 +271,7 @@ jobs: - uses: ncipollo/release-action@v1 with: prerelease: true - # Use the commit reference for the prerelease name - commit: true + allowUpdates: true + tag: ${{ github.ref }} artifacts: "build/*/docker/Dockerfile,build/*/assets/shell/welcome"