Skip to content

Commit 5b8759f

Browse files
committed
- set .netrc
1 parent 82ddd0a commit 5b8759f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish-nuget.yml

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
run: |
1919
$VM_ASSETS/select-xamarin-sdk-v2.sh --mono=6.12 --android=13.0
2020
21+
- name: Set .netrc
22+
run: |
23+
echo $NETRC >> ~/.netrc
24+
cat ~/.netrc
25+
shell: bash
26+
env:
27+
NETRC : ${{secrets.NETRC}}
28+
2129
- name: Setup .NET Core SDK 7.0.101
2230
uses: actions/setup-dotnet@v3
2331
with:

0 commit comments

Comments
 (0)