set tag manualy
All checks were successful
Spellcheck / Spellcheck (push) Successful in 14s
Tests / Evaluate Tests on ubuntu-latest (push) Successful in 1m1s

This commit is contained in:
2026-08-07 14:18:02 -04:00
parent 56670cb0ba
commit 38c30da8a5

View File

@@ -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