Skip to content

Commit 47bbb18

Browse files
feat: build for release
1 parent 2567dda commit 47bbb18

File tree

5 files changed

+60
-60
lines changed

5 files changed

+60
-60
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"release-github-actions","sha":"7434a7f601f10941278d79ece49c9b15da19c140","ref":"refs/tags/v8.0.1","tagName":"v8.0.1","branch":"gh-actions","tags":["v8.0.1","v8.0","v8"],"updated_at":"2022-10-14T13:51:57.562Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"bfb5eb3475b2d3095a2ae6da9a51719dedc91bfa","ref":"refs/tags/test/v8.0.2.3270454590","tagName":"test/v8.0.2.3270454590","branch":"gh-actions","tags":["test/v8.0.2.3270454590","test/v8.0.2","test/v8.0","test/v8"],"updated_at":"2022-10-18T03:53:15.591Z"}

lib/index.cjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function issue(name, message = '') {
131131
}
132132
command$1.issue = issue;
133133
const CMD_STRING = '::';
134-
class Command$1 {
134+
let Command$1 = class Command {
135135
constructor(command, properties, message) {
136136
if (!command) {
137137
command = 'missing.command';
@@ -163,7 +163,7 @@ class Command$1 {
163163
cmdStr += `${CMD_STRING}${escapeData(this.message)}`;
164164
return cmdStr;
165165
}
166-
}
166+
};
167167
function escapeData(s) {
168168
return utils_1$2.toCommandValue(s)
169169
.replace(/%/g, '%25')
@@ -2621,7 +2621,7 @@ Object.defineProperty(context, "__esModule", { value: true });
26212621
context.Context = void 0;
26222622
const fs_1 = fs$1;
26232623
const os_1 = require$$0;
2624-
class Context$1 {
2624+
let Context$1 = class Context {
26252625
/**
26262626
* Hydrate the context from the environment
26272627
*/
@@ -2667,7 +2667,7 @@ class Context$1 {
26672667
}
26682668
throw new Error("context.repo requires a GITHUB_REPOSITORY environment variable like 'owner/repo'");
26692669
}
2670-
}
2670+
};
26712671
context.Context = Context$1;
26722672

26732673
var utils$3 = {};

lib/index.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function issue(name, message = '') {
129129
}
130130
command$1.issue = issue;
131131
const CMD_STRING = '::';
132-
class Command$1 {
132+
let Command$1 = class Command {
133133
constructor(command, properties, message) {
134134
if (!command) {
135135
command = 'missing.command';
@@ -161,7 +161,7 @@ class Command$1 {
161161
cmdStr += `${CMD_STRING}${escapeData(this.message)}`;
162162
return cmdStr;
163163
}
164-
}
164+
};
165165
function escapeData(s) {
166166
return utils_1$2.toCommandValue(s)
167167
.replace(/%/g, '%25')
@@ -2619,7 +2619,7 @@ Object.defineProperty(context, "__esModule", { value: true });
26192619
context.Context = void 0;
26202620
const fs_1 = fs$1;
26212621
const os_1 = require$$0;
2622-
class Context$1 {
2622+
let Context$1 = class Context {
26232623
/**
26242624
* Hydrate the context from the environment
26252625
*/
@@ -2665,7 +2665,7 @@ class Context$1 {
26652665
}
26662666
throw new Error("context.repo requires a GITHUB_REPOSITORY environment variable like 'owner/repo'");
26672667
}
2668-
}
2668+
};
26692669
context.Context = Context$1;
26702670

26712671
var utils$3 = {};

lib/main.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function issue(name, message = '') {
131131
}
132132
command.issue = issue;
133133
const CMD_STRING = '::';
134-
class Command$1 {
134+
let Command$1 = class Command {
135135
constructor(command, properties, message) {
136136
if (!command) {
137137
command = 'missing.command';
@@ -163,7 +163,7 @@ class Command$1 {
163163
cmdStr += `${CMD_STRING}${escapeData(this.message)}`;
164164
return cmdStr;
165165
}
166-
}
166+
};
167167
function escapeData(s) {
168168
return utils_1$2.toCommandValue(s)
169169
.replace(/%/g, '%25')
@@ -2619,7 +2619,7 @@ Object.defineProperty(context, "__esModule", { value: true });
26192619
var Context_1 = context.Context = void 0;
26202620
const fs_1 = fs$1;
26212621
const os_1 = require$$0;
2622-
class Context$1 {
2622+
let Context$1 = class Context {
26232623
/**
26242624
* Hydrate the context from the environment
26252625
*/
@@ -2665,7 +2665,7 @@ class Context$1 {
26652665
}
26662666
throw new Error("context.repo requires a GITHUB_REPOSITORY environment variable like 'owner/repo'");
26672667
}
2668-
}
2668+
};
26692669
Context_1 = context.Context = Context$1;
26702670

26712671
const getBoolValue$1 = (input) => !['false', '0', '', 'no', 'n'].includes(input.trim().toLowerCase());

0 commit comments

Comments
 (0)