Skip to content

Commit 939a283

Browse files
feat: build for release
1 parent 3414b1a commit 939a283

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
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":"7d7b0193fb44ba8dcd7997d6a2b0b33b27ce072a","ref":"refs/tags/test/v8.0.2.3467152953","tagName":"test/v8.0.2.3467152953","branch":"gh-actions","tags":["test/v8.0.2.3467152953","test/v8.0.2","test/v8.0","test/v8"],"updated_at":"2022-11-15T03:24:23.652Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"c5641ef885aa6542ff349c61bfa013a2fbbd0ef4","ref":"refs/tags/test/v8.0.2.3501804576","tagName":"test/v8.0.2.3501804576","branch":"gh-actions","tags":["test/v8.0.2.3501804576","test/v8.0.2","test/v8.0","test/v8"],"updated_at":"2022-11-19T03:21:18.158Z"}

lib/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export declare type ReposListReleasesResponseItem = {
1+
export type ReposListReleasesResponseItem = {
22
draft: boolean;
33
id: number;
44
'tag_name': string;

lib/utils/misc.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Context } from '@actions/github/lib/context';
22
import memize from 'memize';
3-
declare type CommandType = string | {
3+
type CommandType = string | {
44
command: string;
55
args?: Array<string> | undefined;
66
quiet?: boolean | undefined;

node_modules/.yarn-integrity

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)