We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a799a18 + db25741 commit 0f5bcc2Copy full SHA for 0f5bcc2
1 file changed
.github/workflows/continuous-integration-workflow.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Push generated package to GitHub registry
50
if: startsWith(github.ref, 'refs/tags/v')
51
- run: dotnet nuget push ./package/*.nupkg --source https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json --api-key ${{ secrets.NUGETAPIKEY }}
+ run: dotnet nuget push ./package/*.nupkg --source https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json --api-key ${{ secrets.NUGETKEY }}
52
53
- name: Push generated package to Azure feed
54
0 commit comments