Skip to content

Commit 512a3fe

Browse files
authored
Merge pull request #9 from Mythetech/use-unique-org-id
Unique org name to prefix module
2 parents 336bd88 + 3b5476f commit 512a3fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Publish to NuGet
3333
env:
3434
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
35-
run: dotnet nuget push "./nupkg/*.nupkg" --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
35+
run: dotnet nuget push "./nupkg/*.nupkg" --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate

ModularPipelines.Pulumi/ModularPipelines.Pulumi.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<PackageOutputPath>$(OutputPath)</PackageOutputPath>
1616
<RepositoryUrl>https://github.com/Mythetech/ModularPipelines.Pulumi</RepositoryUrl>
1717
<PackageLicenseExpression>MIT</PackageLicenseExpression>
18+
<PackageId>Mythetech.ModularPipelines.Pulumi</PackageId>
19+
<Version>0.0.0.1</Version>
1820
</PropertyGroup>
1921

2022
<ItemGroup>

0 commit comments

Comments
 (0)