Skip to content

Commit 497ab1b

Browse files
authored
Merge pull request #5 from episerver/Github-action-update-to-exclude-Optimizely-Nuget-secret-is-requested
Update nuget-publish.yml
2 parents 87b05f5 + 0745b67 commit 497ab1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/nuget-publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,5 @@ jobs:
3232
run: dotnet build --no-restore ./Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.sln
3333
- name: Package
3434
run: dotnet pack ./Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.csproj --configuration Release -p:PackageVersion=${{ steps.semver.outputs.version }}
35-
- name: Publish to Optimizely
36-
run: dotnet nuget push ./Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/bin/Release/Optimizely.Graph.Source.Sdk.${{ steps.semver.outputs.version }}.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.optimizely.com/feed/packages.svc
3735
- name: Publish to Episerver
3836
run: dotnet nuget push ./Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/bin/Release/Optimizely.Graph.Source.Sdk.${{ steps.semver.outputs.version }}.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/episerver/index.json

0 commit comments

Comments
 (0)