Skip to content

Commit

Permalink
Whoops, I wasn't
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Aug 2, 2024
1 parent 82d1fe4 commit 6564b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upsertGitHubTag/deployment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function processEvent(event, callback) {
}
);
}
} else if (githubEventType === "released") {
} else if (githubEventType === "release") {
handleReleaseEvent(githubEventType, body, deliveryId, path, callback);
} else {
console.log("Event " + githubEventType + " is not supported");
Expand Down

0 comments on commit 6564b39

Please sign in to comment.