Skip to content

Commit

Permalink
attempt Fix touchup.js [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 13, 2024
1 parent ad18a71 commit 14fa1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nextjs-themes/touchup.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (process.env.TOKEN) {
const tagName = `v${packageJson.version}`;
const name = `Release ${tagName}`;
/** Create a release */
octokit.request("POST /repos/{owner}/{repo}/releases", {
await octokit.request("POST /repos/{owner}/{repo}/releases", {
...octoOptions,
tag_name: tagName,
target_commitish: "main",
Expand Down

0 comments on commit 14fa1fe

Please sign in to comment.