diff --git a/.gitattributes b/.gitattributes index 88d8f74..205ec87 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,5 @@ * text=auto eol=lf # DO NOT EDIT: csharp convention -# generated from https://github.com/Faithlife/CodingGuidelines/blob/master/sections/csharp/gitattributes.md *.cs text diff=csharp # END DO NOT EDIT diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c89d356..7e35f83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,5 +84,6 @@ jobs: user: bgrainger - name: Publish env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NUGET_API_KEY: ${{ steps.nuget-login.outputs.NUGET_API_KEY }} run: .\build.ps1 publish --skip package --trigger publish-nuget-output