Skip to content

Commit 54d4ebd

Browse files
committed
prefix company name to package ids
1 parent b08d1db commit 54d4ebd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ jobs:
150150
run: dotnet nuget add source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --name github --username ${{ github.repository_owner }} --password ${{ github.token }} --store-password-in-clear-text
151151

152152
- name: Publish `Skyboxes`
153-
run: dotnet nuget push Skyboxes.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
153+
run: dotnet nuget push SimulationTree.Skyboxes.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
154154
env:
155155
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

source/Skyboxes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<Title>Skyboxes</Title>
99
<Authors>popcron</Authors>
10-
<Company>simulation-tree</Company>
10+
<Company>Simulation Tree</Company>
1111
<RepositoryUrl>https://github.com/simulation-tree/skybox</RepositoryUrl>
1212
<IsAotCompatible>True</IsAotCompatible>
1313
<IsTrimmable>True</IsTrimmable>

0 commit comments

Comments
 (0)