diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c38a98fdb..a7c9b8a02 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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: