We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998d9c2 commit 5f241f9Copy full SHA for 5f241f9
1 file changed
.github/workflows/dotnetcore.yml
@@ -8,7 +8,7 @@ env:
8
# GitHub Packages Feed settings
9
GITHUB_FEED: https://nuget.pkg.github.com/fsprojects
10
GITHUB_USER: fsprojects
11
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ #GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
13
on:
14
push:
@@ -70,13 +70,13 @@ jobs:
70
with:
71
name: nupkg
72
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
+ #- name: Push to GitHub Feed
+ # shell: bash
+ # run: |
+ # for f in ./bin/nupkg/*.nupkg
+ # do
+ # curl -vX PUT -u "$GITHUB_USER:$GITHUB_TOKEN" -F package=@$f $GITHUB_FEED
+ # done
80
81
docs:
82
runs-on: windows-latest
0 commit comments