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
|
||||
submodules: 'recursive'
|
||||
fetch-depth: 0 # So we can get all tags.
|
||||
# fetch-tags: true
|
||||
fetch-tags: true
|
||||
|
||||
- name: Read Current Project Version
|
||||
id: current-version
|
||||
@@ -66,15 +66,12 @@ jobs:
|
||||
global-json-file: global.json
|
||||
# Write version to file so .NET will build correct version.
|
||||
- name: Write Version to File
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user