diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5962658..eb7c2aa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,4 +12,4 @@ jobs: env: NUGET_KEY: ${{ secrets.NUGET_KEY }} run: | - ./publish.ps1 -GalleryApiKey $env:NUGET_KEY + ./publish.ps1 -GalleryApiKey $env:NUGET_KEY \ No newline at end of file