File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { resolve, dirname } from 'path';
7
7
import { fileURLToPath } from 'url' ;
8
8
9
9
// Get env vars
10
- const ref = process . env . GITHUB_REF || '' ;
10
+ const ref = process . env . GITHUB_REF || '(local) ' ;
11
11
const serverUrl = process . env . GITHUB_SERVER_URL ;
12
12
const repository = process . env . GITHUB_REPOSITORY ;
13
13
const repositoryUrl = serverUrl + '/' + repository ;
@@ -39,7 +39,6 @@ async function config() {
39
39
const config = {
40
40
branches : [
41
41
'master' ,
42
- 'ci/fix-auto-release' ,
43
42
// { name: 'alpha', prerelease: true },
44
43
// { name: 'beta', prerelease: true },
45
44
// 'next-major',
@@ -49,9 +48,9 @@ async function config() {
49
48
// { name: 'release-3', range: '3.x.x', channel: '3.x' },
50
49
// { name: 'release-4', range: '4.x.x', channel: '4.x' },
51
50
] ,
52
- dryRun : true ,
51
+ dryRun : false ,
53
52
debug : true ,
54
- ci : false ,
53
+ ci : true ,
55
54
tagFormat : '${version}' ,
56
55
plugins : [
57
56
[ '@semantic-release/commit-analyzer' , {
You can’t perform that action at this time.
0 commit comments