From 38c30da8a519c6b427214271c19f7ec8a3f96b60 Mon Sep 17 00:00:00 2001 From: ronnie Date: Fri, 7 Aug 2026 14:18:02 -0400 Subject: [PATCH] set tag manualy --- .github/workflows/release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec6d008..474f9c1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -69,12 +69,12 @@ jobs: run: | sed -i 's/0\.0\.0-devbuild/${{ steps.next-version.outputs.version }}/g' \ GodotHelper/GodotHelper.csproj - # uses: jacobtomlinson/gha-find-replace@v3 - # with: - # find: "0.0.0-devbuild" - # replace: ${{ steps.next-version.outputs.version }} - # regex: false - # include: GodotHelper/GodotHelper.csproj + uses: jacobtomlinson/gha-find-replace@v3 + with: + find: "0.0.0-devbuild" + replace: ${{ steps.next-version.outputs.version }} + regex: false + include: GodotHelper/GodotHelper.csproj - name: Build working-directory: GodotHelper