Skip to content

Commit

Permalink
Bugfix: Can't setting publisher ID to "Wolfram" in GH actions causes …
Browse files Browse the repository at this point in the history
…failures
  • Loading branch information
rhennigan committed Jan 21, 2025
1 parent ed161c2 commit 6f91573
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 6f91573

Please sign in to comment.