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: | run: |
sed -i 's/0\.0\.0-devbuild/${{ steps.next-version.outputs.version }}/g' \ sed -i 's/0\.0\.0-devbuild/${{ steps.next-version.outputs.version }}/g' \
GodotHelper/GodotHelper.csproj GodotHelper/GodotHelper.csproj
# uses: jacobtomlinson/gha-find-replace@v3 uses: jacobtomlinson/gha-find-replace@v3
# with: with:
# find: "0.0.0-devbuild" find: "0.0.0-devbuild"
# replace: ${{ steps.next-version.outputs.version }} replace: ${{ steps.next-version.outputs.version }}
# regex: false regex: false
# include: GodotHelper/GodotHelper.csproj include: GodotHelper/GodotHelper.csproj
- name: Build - name: Build
working-directory: GodotHelper working-directory: GodotHelper