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