File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21name : Publish To NPM
32
43on :
@@ -105,11 +104,11 @@ jobs:
105104 - name : Configure Node for npmjs.org
106105 uses : actions/setup-node@v4
107106 with :
108- <<<<<<< HEAD
109- node-version : 22
110- =======
111- node-version : 24
112107 node-version : 24
108+ registry-url : https://registry.npmjs.org
109+ always-auth : true
110+
111+ - name : Publish tarballs to npmjs.org (with provenance and dist-tag)
113112 env :
114113 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }} # npm automation token
115114 PUBLISH_TAG : ${{ needs.build_and_pack.outputs.publish_tag }}
@@ -136,10 +135,9 @@ jobs:
136135 - name : Configure Node for GitHub Packages
137136 uses : actions/setup-node@v4
138137 with :
139- <<<<<<< HEAD
140- node-version : 22
141- =======
142138 node-version : 24
139+ registry-url : https://npm.pkg.github.com
140+ scope : ' @finos'
143141 always-auth : true
144142
145143 - name : Publish tarballs to GitHub Packages (with dist-tag)
You can’t perform that action at this time.
0 commit comments