Skip to content

Commit 724821b

Browse files
feat: Build for release
1 parent b1b5da7 commit 724821b

File tree

6 files changed

+20
-8
lines changed

6 files changed

+20
-8
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":"d99b72c434f1f3d458ee58e6bca14d86983ea79f","ref":"refs/tags/test/v2.0.3.1","tagName":"test/v2.0.3.1","branch":"gh-actions","tags":["test/v2","test/v2.0","test/v2.0.3","test/v2.0.3.1"],"updated_at":"2019-12-15T15:45:32.003Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"e099c772a0a6c64ec5b8f528c3a147c594611bdc","ref":"refs/tags/test/v2.0.3.2","tagName":"test/v2.0.3.2","branch":"gh-actions","tags":["test/v2","test/v2.0","test/v2.0.3","test/v2.0.3.2"],"updated_at":"2019-12-15T16:37:57.376Z"}

lib/utils/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ exports.createBuildInfoFile = (context) => __awaiter(void 0, void 0, void 0, fun
6262
exports.clone = (context) => __awaiter(void 0, void 0, void 0, function* () {
6363
const { pushDir, branchName } = misc_1.getParams();
6464
startProcess('Fetching...');
65-
yield helper.fetchOrigin(pushDir, context);
65+
yield helper.fetchOrigin(pushDir, context, ['--no-tags'], [`+refs/heads/${branchName}:refs/remotes/origin/${branchName}`]);
6666
startProcess('Switching branch to [%s]...', branchName);
6767
yield helper.switchBranch(pushDir, branchName);
6868
});

node_modules/.yarn-integrity

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

node_modules/@technote-space/github-action-helper/dist/git-helper.d.ts

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

node_modules/@technote-space/github-action-helper/dist/git-helper.js

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

node_modules/@technote-space/github-action-helper/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)