File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ jobs:
39
39
40
40
- name : Pack
41
41
run : dotnet pack --no-restore -c Release -p:PackageVersion=${{ steps.version.outputs.result }} -o .
42
-
43
- - name : Publish NuGet
44
- run : dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }}
45
42
46
43
- name : Prep Packages
47
44
run : dotnet nuget add source --username {{github.actor}} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/BloodHoundAD/index.json"
48
45
49
46
- name : Publish to GitHub Packages
50
47
run : dotnet nuget push *.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"
51
48
49
+ - name : Publish NuGet
50
+ run : dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_TOKEN }} --skip-duplicate
51
+
52
52
ghpages :
53
53
name : ghpages
54
54
needs : nuget
You can’t perform that action at this time.
0 commit comments