Skip to content

Commit

Permalink
:
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Nov 5, 2024
1 parent b08705c commit 9213862
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions github-action/src/utils/makeManifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export function makeManifest(path: string) {
name: displayName,
shortName: shortName,
key: name,
entryPoint: "./app-bundle.js",
//TODO: add commit sha and github repo
//timestamp: "string",
//commitSha: "string",
//githubRepo: "string",
version: {
major: major,
minor: minor,
Expand Down

0 comments on commit 9213862

Please sign in to comment.