File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 17
17
- name : 🍼 Create pages build
18
18
run : npm run build
19
19
20
- - name : ⬆️Upload build
20
+ - name : ⬆️Upload page build
21
21
uses : actions/upload-artifact@v3
22
22
with :
23
23
name : build
24
24
path : public
25
+
26
+ - name : ⬆️Upload package build
27
+ uses : actions/upload-artifact@v3
28
+ with :
29
+ name : package
30
+ path : |
31
+ dist/
32
+ sources/
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
29
29
- name : 🔄 Init Cache
30
30
uses : ./.github/actions/npm-cache
31
31
32
- - name : ➡ Get Package theme
33
- id : getPkgTheme
34
- run : |
35
- if [[ $DBUI_THEME != 'default' ]]; then
36
- echo "::set-output name=pkgTheme::-$DBUI_THEME"
37
- else
38
- echo "::set-output name=pkgTheme::"
39
- fi
32
+ - name : ⬇️Download package build
33
+ uses : actions/download-artifact@v3
34
+ with :
35
+ name : package
36
+ path : ./
37
+
38
+ - name : Display structure of downloaded files
39
+ run : ls -R
40
40
41
41
- name : 📰 Publish to NPM Registries
42
42
run : |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @db-ui/core" ,
3
- "version" : " 2 .0.0-48 " ,
3
+ "version" : " 0 .0.0" ,
4
4
"description" : " Technical Frontend implementation of the DB UX Design System." ,
5
5
"style" : " ./dist/css/enterprise/db-ui-core.css" ,
6
6
"sass" : " ./sources/css/enterprise/db-ui-core.scss" ,
You can’t perform that action at this time.
0 commit comments