Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7320b84020 | |||
| ebca3a1da9 | |||
| 0d94eef283 | |||
| 835cc42d33 | |||
| 38c30da8a5 |
17
.github/workflows/release.yaml
vendored
17
.github/workflows/release.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
lfs: true
|
lfs: true
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
fetch-depth: 0 # So we can get all tags.
|
fetch-depth: 0 # So we can get all tags.
|
||||||
# fetch-tags: true
|
fetch-tags: true
|
||||||
|
|
||||||
- name: Read Current Project Version
|
- name: Read Current Project Version
|
||||||
id: current-version
|
id: current-version
|
||||||
@@ -66,15 +66,12 @@ jobs:
|
|||||||
global-json-file: global.json
|
global-json-file: global.json
|
||||||
# Write version to file so .NET will build correct version.
|
# Write version to file so .NET will build correct version.
|
||||||
- name: Write Version to File
|
- name: Write Version to File
|
||||||
run: |
|
uses: jacobtomlinson/gha-find-replace@v3
|
||||||
sed -i 's/0\.0\.0-devbuild/${{ steps.next-version.outputs.version }}/g' \
|
with:
|
||||||
GodotHelper/GodotHelper.csproj
|
find: "0.0.0-devbuild"
|
||||||
# uses: jacobtomlinson/gha-find-replace@v3
|
replace: ${{ steps.next-version.outputs.version }}
|
||||||
# with:
|
regex: false
|
||||||
# find: "0.0.0-devbuild"
|
include: GodotHelper/GodotHelper.csproj
|
||||||
# replace: ${{ steps.next-version.outputs.version }}
|
|
||||||
# regex: false
|
|
||||||
# include: GodotHelper/GodotHelper.csproj
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: GodotHelper
|
working-directory: GodotHelper
|
||||||
|
|||||||
Reference in New Issue
Block a user