Skip to content

Commit 0d09d45

Browse files
feat: Build for release
1 parent d19228b commit 0d09d45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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":"cedf58f9d3a637627eb722e9a9b63c7a84006d66","ref":"refs/tags/test/v2.0.0.4","tagName":"test/v2.0.0.4","branch":"gh-actions","tags":["test/v2","test/v2.0","test/v2.0.0","test/v2.0.0.4"],"updated_at":"2019-12-09T16:40:14.016Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"c5b22c044c1bda7751d43a0cf4e00925cb2d182d","ref":"refs/tags/test/v2.0.1","tagName":"test/v2.0.1","branch":"gh-actions","tags":["test/v2","test/v2.0","test/v2.0.1"],"updated_at":"2019-12-09T17:14:58.736Z"}

lib/utils/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ exports.push = (context) => __awaiter(void 0, void 0, void 0, function* () {
114114
}
115115
const tagNames = misc_1.getCreateTags(tagName);
116116
yield exports.deleteTestTags(context);
117-
yield helper.deleteTag(pushDir, tagNames, context);
118117
yield helper.fetchTags(pushDir, context);
118+
yield helper.deleteTag(pushDir, tagNames, context);
119119
yield helper.addLocalTag(pushDir, tagNames);
120120
yield helper.push(pushDir, branchName, true, context);
121121
});

0 commit comments

Comments
 (0)