Skip to content

Commit 4a2f524

Browse files
authored
Merge pull request #26 from TechnologyEnhancedLearning/OluwatobiAwe-CI-Update
Update continuous-integration-workflow.yml
2 parents e8a60eb + 0dad7fc commit 4a2f524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build and publish package
99
runs-on: ubuntu-latest
1010
permissions:
11-
issues: write
11+
packages: write
1212
strategy:
1313
matrix:
1414
dotnet-version: ['3.1.x']
@@ -56,4 +56,4 @@ jobs:
5656

5757
- name: Push generated package to Azure Feed
5858
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
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

0 commit comments

Comments
 (0)