File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 # GitHub Packages Feed settings
99 GITHUB_FEED : https://nuget.pkg.github.com/fsprojects
1010 GITHUB_USER : fsprojects
11- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
11+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1212
1313on :
1414 push :
@@ -70,13 +70,13 @@ jobs:
7070 with :
7171 name : nupkg
7272 path : ./bin/nupkg/*.nupkg
73- - name : Push to GitHub Feed
74- shell : bash
75- run : |
76- for f in ./bin/nupkg/*.nupkg
77- do
78- curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
79- done
73+ # - name: Push to GitHub Feed
74+ # shell: bash
75+ # run: |
76+ # for f in ./bin/nupkg/*.nupkg
77+ # do
78+ # curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
79+ # done
8080
8181 docs :
8282 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments