Commit 9475ad5 authored Jul 12, 2023 Verified
1 parent f368eda commit 9475ad5 Copy full SHA for 9475ad5
File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 28
28
node-version : 16
29
29
registry-url : https://registry.npmjs.org/
30
30
- run : npm install
31
+ - run : npm publish
32
+ env :
33
+ NODE_AUTH_TOKEN : ${{secrets.NPM_ACCESS_TOKEN_IBM_PACKAGE}}
34
+
35
+ publish-npm-old :
36
+ needs : build
37
+ runs-on : ubuntu-latest
38
+ steps :
39
+ - uses : actions/checkout@v3
40
+ - uses : actions/setup-node@v3
41
+ with :
42
+ node-version : 16
43
+ registry-url : https://registry.npmjs.org/
44
+ - run : sed -i 's/@ibm\/mobx-react-router/mobx-react-router/g' package.json
45
+ - run : npm install
31
46
- run : npm publish
32
47
env :
33
48
NODE_AUTH_TOKEN : ${{secrets.NPM_ACCESS_TOKEN}}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " mobx-react-router" ,
3
- "version" : " 5.0.1 " ,
2
+ "name" : " @ibm/ mobx-react-router" ,
3
+ "version" : " 5.0.2 " ,
4
4
"description" : " Keep your MobX state in sync with react-router" ,
5
5
"main" : " dist/mobx-react-router.js" ,
6
6
"types" : " ./types.d.ts" ,
7
+ "publishConfig" : {
8
+ "access" : " public"
9
+ },
7
10
"scripts" : {
8
11
"lint" : " eslint src __test__" ,
9
12
"test" : " npm run lint && jest" ,
You can’t perform that action at this time.
0 commit comments