mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
use a different build number
This commit is contained in:
parent
d1f61bd195
commit
cb7fc2be47
1 changed files with 6 additions and 1 deletions
7
.github/workflows/dotnet.yml
vendored
7
.github/workflows/dotnet.yml
vendored
|
|
@ -21,13 +21,18 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Generate build number
|
||||
id: buildnumber
|
||||
uses: onyxmueller/build-tag-number@v1
|
||||
with:
|
||||
token: ${{secrets.github_token}}
|
||||
- name: Set Flow.Launcher.csproj version
|
||||
id: update
|
||||
uses: vers-one/dotnet-project-version-updater@v1.5
|
||||
with:
|
||||
file: |
|
||||
"**/SolutionAssemblyInfo.cs"
|
||||
version: 1.17.2.${{ github.run_id }}
|
||||
version: 1.17.2.${{ steps.buildnumber.outputs.build_number }}
|
||||
- uses: actions/cache@v4
|
||||
name: Restore Nuget Cache
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue