File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 5
5
branches : [portal-ui]
6
6
paths :
7
7
- ' modules/components/**'
8
+
9
+ env :
10
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
11
+
8
12
jobs :
9
13
build :
10
14
runs-on : ubuntu-latest
15
+ defaults :
16
+ run :
17
+ # default directory for run commands
18
+ working-directory : modules/components
11
19
steps :
12
20
- uses : actions/checkout@v3
13
21
# Setup .npmrc file to publish to npm
14
22
- uses : actions/setup-node@v3
15
23
with :
16
24
node-version : ' 14.19.0'
17
- registry-url : ' https://registry.npmjs.org '
25
+ registry-url : ' https://npm.pkg.github.com '
18
26
- run : npm ci
19
27
- run : npm publish
20
- env :
21
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pilotdataplatform/arranger-components" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.4.1 " ,
4
4
"description" : " Data Portal Components" ,
5
5
"main" : " dist/index.js" ,
6
6
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments