diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index bb987ec..bbff6bb 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -28,11 +28,20 @@ jobs: # id: semantic_version # with: # format: "${major}.${minor}.${patch}-dev.{increment}" + + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" - name: Extract version from ref uses: actions/github-script@v4 id: extract-version with: script: return /refs\/tags\/servirtium.core\/v?(.+)/.exec(github.ref) + - name: Dump steps context + env: + STEPS_CONTEXT: ${{ toJSON(steps) }} + run: echo "$STEPS_CONTEXT" - name: Release Version uses: rohith/publish-nuget@v2 with: diff --git a/Servirtium.Core/Servirtium.Core.csproj b/Servirtium.Core/Servirtium.Core.csproj index 54733c5..a7963ff 100644 --- a/Servirtium.Core/Servirtium.Core.csproj +++ b/Servirtium.Core/Servirtium.Core.csproj @@ -5,8 +5,6 @@ enable Servirtium.Core - 1.3.0 - https://github.com/servirtium/servirtium-dotnet Stephen Hand