Skip to content

Commit 353678e

Browse files
authored
Update wfnetcorev2.yaml
1 parent d872d27 commit 353678e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ jobs:
8686
dotnet-version: 7.x
8787
# source-url: https://nuget.pkg.github.com/shaprcode-it/index.json
8888
- name: Add Github feed
89-
run: dotnet nuget add source --username GITHUB_USER --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/shaprcode-it/index.json"
89+
run: dotnet nuget add source --username $GITHUB_USER --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/shaprcode-it/index.json"
9090
- name: List sources
9191
run: dotnet nuget list source
9292
- name: List sources
9393
run: dotnet --info
9494
- name: Publish the package to GitHub
95-
run: dotnet nuget push "*.nupkg" --source "github" --api-key ${{ secrets.PACKAGESTOKEN }}
95+
run: dotnet nuget push "*.nupkg" --source "github"
9696
deploy:
9797
needs: build
9898
if: github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')

0 commit comments

Comments
 (0)