File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 51
51
key : ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
52
52
restore-keys : |
53
53
${{ runner.os }}-yarn-
54
-
55
- - name : Setup .yarnrc.yml
56
- run : |
57
- yarn config set npmScopes.datalayer.npmRegistryServer "https://npm.pkg.github.com"
58
- yarn config set npmScopes.datalayer.npmAlwaysAuth true
59
- yarn config set npmScopes.datalayer.npmAuthToken $NODE_AUTH_TOKEN
60
54
-
61
55
run : |
62
56
yarn install
@@ -70,13 +64,12 @@ jobs:
70
64
71
65
git config --global user.name "github-actions[bot]"
72
66
git config --global user.email "github-actions[bot]@users.noreply.github.com"
73
- git commit -a -m "Bump dev version"
67
+ git add package.json
68
+ git commit -m "Bump dev version"
74
69
-
75
70
working-directory : react
76
71
run : |
77
72
npm publish --access public --tag next
78
- env :
79
- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
80
73
81
74
-
82
75
if : github.event_name == 'push'
Original file line number Diff line number Diff line change 45
45
"@svgr/core" : " ^5.5.0" ,
46
46
"@types/react" : " ^18.2.12" ,
47
47
"@types/react-dom" : " ^18.2.5" ,
48
+ "@types/styled-components" : " ^5.1.26" ,
48
49
"@vitejs/plugin-react" : " ^2.0.0" ,
49
50
"@vue/compiler-dom" : " ^3.0.5" ,
50
51
"autoprefixer" : " ^10.4.14" ,
You can’t perform that action at this time.
0 commit comments