Skip to content

Commit

Permalink
Merge pull request #38 from FrontEndDev-org/create-pull-request/patch
Browse files Browse the repository at this point in the history
机器人自动创建的拉取请求,将会自动合并,请勿手动处理!
  • Loading branch information
github-actions[bot] authored Jul 23, 2024
2 parents 49875c6 + 719bb4d commit 2fd4068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
const path = require("path");
async function main(cwd, context) {
var _a;
console.log("publish-node-package-action", "1.9.1");
console.log("publish-node-package-action", "1.10.0");
const owner = (_a = context.payload.repository) == null ? void 0 : _a.owner.login;
if (!owner) {
throw new Error("No owner found in context");
Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fs = require("fs");
const path = require("path");
async function main(cwd, context) {
var _a;
console.log("publish-node-package-action", "1.9.1");
console.log("publish-node-package-action", "1.10.0");
const owner = (_a = context.payload.repository) == null ? void 0 : _a.owner.login;
if (!owner) {
throw new Error("No owner found in context");
Expand Down

0 comments on commit 2fd4068

Please sign in to comment.