Skip to content

Commit 5f8520b

Browse files
committed
change flow name
1 parent 4db22ff commit 5f8520b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: nightly
1+
name: Nightly
22

33
on:
44
schedule:

scripts/date-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require('path');
33

44
const packageJSON = JSON.parse(fs.readFileSync(path.join(__dirname, '../package.json'), 'utf-8'));
55

6-
packageJSON.version = packageJSON.version + '-beta-' + Date.now();
6+
packageJSON.version = packageJSON.version + '-test-' + Date.now();
77

88
fs.writeFileSync(path.join(__dirname, '../package.json'), JSON.stringify(packageJSON), 'utf-8');
99
console.log('generate package.json');

0 commit comments

Comments
 (0)