Skip to content

Commit 3a8a222

Browse files
committed
Alright whatever maybe it'll work
1 parent b3f9052 commit 3a8a222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if [[ x"$GITHUB" == x"1" ]]; then
7070
nuget sources Add -Name "GPR" -Source "https://nuget.pkg.github.com/unity-technologies/index.json" -UserName "unity-technologies" -Password ${GITHUB_TOKEN:-} -NonInteractive >/dev/null 2>&1 || true
7171
for p in "$DIR/build/nuget/**/*.nupkg"; do
7272
echo "nuget push $p -Source \"GPR\""
73-
#nuget push $p -Source "GPR"
73+
nuget push $p -Source "GPR"
7474
done
7575

7676
fi

0 commit comments

Comments
 (0)