diff --git a/.github/workflows/BuildOnly.yml b/.github/workflows/BuildOnly.yml index 252be7b..abb33a2 100644 --- a/.github/workflows/BuildOnly.yml +++ b/.github/workflows/BuildOnly.yml @@ -25,18 +25,10 @@ jobs: windows-latest: name: windows-latest runs-on: windows-latest - - permissions: write-all steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: NBGV - id: nbgv - uses: dotnet/nbgv@master - with: - setAllVars: true - - run: echo 'SemVer2=${{ steps.nbgv.outputs.SemVer2 }}' - name: 'Cache: .nuke/temp, ~/.nuget/packages' uses: actions/cache@v3 diff --git a/Version.json b/Version.json index 634684c..6f109e5 100644 --- a/Version.json +++ b/Version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.3", + "version": "1.3.1", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/main$"