Skip to content

Commit 0f5bcc2

Browse files
authored
Merge pull request #12 from TechnologyEnhancedLearning/OluwatobiAwe-patch-1
Update continuous-integration-workflow.yml
2 parents a799a18 + db25741 commit 0f5bcc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Push generated package to GitHub registry
5050
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 }}
51+
run: dotnet nuget push ./package/*.nupkg --source https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json --api-key ${{ secrets.NUGETKEY }}
5252

5353
- name: Push generated package to Azure feed
5454
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)