This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 11name : Release
22on :
33 push :
4- branches : [$default-branch, next]
4+ branches :
5+ - main
6+ - next
57jobs :
68 release :
79 name : Run test and Release
1517 node-version : 12
1618 - name : Install dependencies
1719 run : npm ci
18- - name : Build Library
19- run : npm run build
20- - name : Release
21- env :
22- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
24- CI : true
25- run : npm run semantic-release
Original file line number Diff line number Diff line change 11name : Release
22on :
33 push :
4- branches : [$default-branch, next]
4+ branches :
5+ - main
6+ - next
57jobs :
68 release :
79 name : Run test and Release
1719 run : npm ci
1820 - name : Build Library
1921 run : npm run build
22+ - name : Build Types Declarations
23+ run : npm run build:dts
2024 - name : Release
2125 env :
2226 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import pkg from './package.json';
1212const name = 'as-dynamic-forms' ;
1313
1414const banner = `/*!
15- * ${ pkg . name } v ${ pkg . version }
15+ * ${ pkg . name } v1.x.x
1616 * (c) ${ new Date ( ) . getFullYear ( ) } Alvaro Saburido
1717 * @license MIT
1818 */` ;
You can’t perform that action at this time.
0 commit comments