File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ permissions:
77 contents : read
88
99jobs :
10+ # ## RECOMMEND PUBLISHING TO GHCR INSTEAD OF NPMJS
1011 publish :
1112 name : Publish NPM package
1213 runs-on : hl-contr-lin-md
3031 - name : Install Dependencies
3132 run : npm ci
3233
34+ # # Cannot publish to npmjs using self hosted runners
3335 - name : Publish NPM package
3436 run : npm publish --access public
3537 working-directory : ./contracts
3638 env :
39+ # # NPM_TOKEN is not configured in the repo and is no longer supported for publishing
3740 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828
2929jobs :
3030 acceptance-workflow :
31- runs-on : hl-contr-lin-md
31+ runs-on : hl-contr-lin-lg
3232 timeout-minutes : 35
3333 strategy :
3434 fail-fast : false
You can’t perform that action at this time.
0 commit comments