Skip to content

Commit

Permalink
Merge pull request #1043 from WolframResearch/bugfix/publisher-id
Browse files Browse the repository at this point in the history
Bugfix: Can't set publisher ID to "Wolfram" in GH actions
  • Loading branch information
rhennigan authored Jan 21, 2025
2 parents ed161c2 + 6f91573 commit e6e6f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/BuildPaclet.wls
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BeginPackage[ "Wolfram`ChatbookScripts`" ];
(* ::Section::Closed:: *)
(*Initialization*)
If[ ! TrueQ @ $loadedDefinitions, Get @ FileNameJoin @ { DirectoryName @ $InputFileName, "Common.wl" } ];
System`$PublisherID = "Wolfram";
If[ ! StringQ @ Environment[ "GITHUB_ACTIONS" ], System`$PublisherID = "Wolfram" ];

(* ::**************************************************************************************************************:: *)
(* ::Subsection::Closed:: *)
Expand Down

0 comments on commit e6e6f1c

Please sign in to comment.