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 0840921 commit ae87417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github-action/src/utils/makeManifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function makeManifest(path: string) {
//required
entryPoint: "app-bundle.js",
//required
version: "1.0.4"
version: "1.0.5"
//TODO: add commit sha and github repo
//timestamp: "string",
//commitSha: "string",
Expand Down
2 changes: 1 addition & 1 deletion github-action/src/utils/uploadBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function uploadBundle(
'',
{
['Authorization']: `Bearer ${token}`,
contentType: 'application/json',
["Content-Type"]: 'application/json',
}
);

Expand Down

0 comments on commit ae87417

Please sign in to comment.