Skip to content

Commit 7bfb981

Browse files
committed
Correct the multi-line setup of github packages in nuget.config
1 parent e78c138 commit 7bfb981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prerelease-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
retention-days: 7
133133

134134
publish:
135-
name: Publish to nuget
135+
name: Publish to GitHub Pacakges
136136
needs: sign
137137
runs-on: ubuntu-latest
138138
if: ${{ inputs.perform_publish }}
@@ -163,7 +163,7 @@ jobs:
163163
164164
- name: Setup GitHub Packages as NuGet Source
165165
shell: pwsh
166-
run: >
166+
run: |
167167
dotnet new nugetconfig
168168
dotnet nuget remove source nuget
169169
dotnet nuget add source https://nuget.pkg.github.com/blowdart/index.json --name github

0 commit comments

Comments
 (0)