@@ -823,11 +823,12 @@ type MavenCentralSignatureGithubInfo struct {
823823}
824824
825825type MavenGithubPublishInfo struct {
826- RegistryUrl string `json:"registryUrl"`
827- Coordinate string `json:"coordinate"`
828- UsernameEnvironmentVariable EnvironmentVariable `json:"usernameEnvironmentVariable"`
829- PasswordEnvironmentVariable EnvironmentVariable `json:"passwordEnvironmentVariable"`
830- Signature * MavenCentralSignatureGithubInfo `json:"signature,omitempty"`
826+ RegistryUrl string `json:"registryUrl"`
827+ Coordinate string `json:"coordinate"`
828+ UsernameEnvironmentVariable EnvironmentVariable `json:"usernameEnvironmentVariable"`
829+ PasswordEnvironmentVariable EnvironmentVariable `json:"passwordEnvironmentVariable"`
830+ Signature * MavenCentralSignatureGithubInfo `json:"signature,omitempty"`
831+ ShouldGeneratePublishWorkflow * bool `json:"shouldGeneratePublishWorkflow,omitempty"`
831832}
832833
833834type MavenRegistryConfig struct {
@@ -847,9 +848,10 @@ type MavenRegistryConfigV2 struct {
847848}
848849
849850type NpmGithubPublishInfo struct {
850- RegistryUrl string `json:"registryUrl"`
851- PackageName string `json:"packageName"`
852- TokenEnvironmentVariable EnvironmentVariable `json:"tokenEnvironmentVariable"`
851+ RegistryUrl string `json:"registryUrl"`
852+ PackageName string `json:"packageName"`
853+ TokenEnvironmentVariable EnvironmentVariable `json:"tokenEnvironmentVariable"`
854+ ShouldGeneratePublishWorkflow * bool `json:"shouldGeneratePublishWorkflow,omitempty"`
853855}
854856
855857type NpmRegistryConfig struct {
@@ -865,9 +867,10 @@ type NpmRegistryConfigV2 struct {
865867}
866868
867869type NugetGithubPublishInfo struct {
868- RegistryUrl string `json:"registryUrl"`
869- PackageName string `json:"packageName"`
870- ApiKeyEnvironmentVariable EnvironmentVariable `json:"apiKeyEnvironmentVariable"`
870+ RegistryUrl string `json:"registryUrl"`
871+ PackageName string `json:"packageName"`
872+ ApiKeyEnvironmentVariable EnvironmentVariable `json:"apiKeyEnvironmentVariable"`
873+ ShouldGeneratePublishWorkflow * bool `json:"shouldGeneratePublishWorkflow,omitempty"`
871874}
872875
873876type NugetRegistryConfig struct {
@@ -1008,11 +1011,12 @@ type PublishingMetadata struct {
10081011}
10091012
10101013type PypiGithubPublishInfo struct {
1011- RegistryUrl string `json:"registryUrl"`
1012- PackageName string `json:"packageName"`
1013- UsernameEnvironmentVariable EnvironmentVariable `json:"usernameEnvironmentVariable"`
1014- PasswordEnvironmentVariable EnvironmentVariable `json:"passwordEnvironmentVariable"`
1015- PypiMetadata * PypiMetadata `json:"pypiMetadata,omitempty"`
1014+ RegistryUrl string `json:"registryUrl"`
1015+ PackageName string `json:"packageName"`
1016+ UsernameEnvironmentVariable EnvironmentVariable `json:"usernameEnvironmentVariable"`
1017+ PasswordEnvironmentVariable EnvironmentVariable `json:"passwordEnvironmentVariable"`
1018+ PypiMetadata * PypiMetadata `json:"pypiMetadata,omitempty"`
1019+ ShouldGeneratePublishWorkflow * bool `json:"shouldGeneratePublishWorkflow,omitempty"`
10161020}
10171021
10181022type PypiMetadata struct {
@@ -1038,9 +1042,10 @@ type RemoteGeneratorEnvironment struct {
10381042}
10391043
10401044type RubyGemsGithubPublishInfo struct {
1041- RegistryUrl string `json:"registryUrl"`
1042- PackageName string `json:"packageName"`
1043- ApiKeyEnvironmentVariable EnvironmentVariable `json:"apiKeyEnvironmentVariable"`
1045+ RegistryUrl string `json:"registryUrl"`
1046+ PackageName string `json:"packageName"`
1047+ ApiKeyEnvironmentVariable EnvironmentVariable `json:"apiKeyEnvironmentVariable"`
1048+ ShouldGeneratePublishWorkflow * bool `json:"shouldGeneratePublishWorkflow,omitempty"`
10441049}
10451050
10461051type RubyGemsRegistryConfig struct {
0 commit comments