Skip to content

Commit

Permalink
Without apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Oct 3, 2022
1 parent db1f584 commit 22d072c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: dotnet nuget add source --username bervProject --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/bervproject/index.json"
- name: Package
run: dotnet pack --configuration Release
- run: dotnet nuget push "BervProject.FeatureFlag/bin/Release/BervProject.FeatureFlag.${{ github.ref_name }}.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"
- run: dotnet nuget push "BervProject.FeatureFlag/bin/Release/BervProject.FeatureFlag.${{ github.ref_name }}.nupkg" --source "github"

0 comments on commit 22d072c

Please sign in to comment.