We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8a60eb + 0dad7fc commit 4a2f524Copy full SHA for 4a2f524
.github/workflows/continuous-integration-workflow.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Build and publish package
9
runs-on: ubuntu-latest
10
permissions:
11
- issues: write
+ packages: write
12
strategy:
13
matrix:
14
dotnet-version: ['3.1.x']
@@ -56,4 +56,4 @@ jobs:
56
57
- name: Push generated package to Azure Feed
58
if: startsWith(github.ref, 'refs/tags/v')
59
- run: dotnet nuget push ./package/*.nupkg --source https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json --api-key ${{ secrets.AZUREDEVOPSKEY }} --skip-duplicate
+ run: dotnet nuget push ./package/*.nupkg --source https://pkgs.dev.azure.com/e-LfH/_packaging/LearningHubFeed/nuget/v3/index.json --api-key ${{ secrets.AZUREDEVOPSKEY }} --skip-duplicate
0 commit comments