diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 0668b97d..06f22817 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -21,8 +21,6 @@ env: jobs: package: runs-on: ubuntu-latest - permissions: - checks: write name: Run tests and create NuGet package outputs: coverage-reports: ${{ steps.dotnet-test.outputs.coverage-reports }} @@ -137,7 +135,7 @@ jobs: arrTag=(${GITHUB_REF//\// }) VERSION="${arrTag[2]}" VERSION="${VERSION//v}" - dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=$VERSION -p:Version=$VERSION -p:InformationalVersion=$VERSION -o ./nuget + dotnet pack -v normal -c Release --include-symbols --include-source -p:Version=$VERSION -o ./nuget - name: Push to GitHub Feed run: |