This repository was archived by the owner on Jun 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -108,26 +108,26 @@ jobs:
108
108
./scripts/build.sh || exit 1
109
109
110
110
- uses : actions/setup-node@v3
111
- name : Release library GH registry
111
+ name : Release library Npm registry
112
112
if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop'
113
113
with :
114
114
node-version : 16
115
- registry-url : ' https://npm.pkg.github.com '
115
+ registry-url : ' https://${NPM_REGISTRY_ADDRESS} '
116
116
scope : ' @alfresco'
117
117
- run : ./scripts/publish.sh
118
118
env :
119
- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
119
+ NODE_AUTH_TOKEN : $NPM_REGISTRY_TOKEN
120
120
121
- - uses : actions/setup-node@v3
122
- name : Release library Npm registry
121
+ - uses : actions/setup-node@v3
122
+ name : Release library GH registry
123
123
if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop'
124
124
with :
125
125
node-version : 16
126
- registry-url : ' https://${NPM_REGISTRY_ADDRESS} '
126
+ registry-url : ' https://npm.pkg.github.com '
127
127
scope : ' @alfresco'
128
128
- run : ./scripts/publish.sh
129
129
env :
130
- NODE_AUTH_TOKEN : $NPM_REGISTRY_TOKEN
130
+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
131
131
132
132
- name : Release Tag
133
133
if : github.ref == 'refs/heads/master'
You can’t perform that action at this time.
0 commit comments