Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jun 17, 2024
1 parent 83fde3d commit c0587b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function run(): Promise<void> {
const notes_start_tag = core.getInput("notes_start_tag");
const overwrite = core.getBooleanInput("overwrite");

if (tag_name === "") {
if (tag_name = "") {
const ref = process.env["GITHUB_REF"] || "";
if (!ref.startsWith("refs/tags/")) {
throw new Error(`${ref} is not a tag`);
Expand Down

0 comments on commit c0587b3

Please sign in to comment.