File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ jobs:
6969 cd lib/loader
7070 npm publish --tag $CHANNEL --access public
7171 cd ../..
72- - name : Publish to gpr
73- env :
74- NPM_REGISTRY : " npm.pkg.github.com"
75- NPM_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
76- run : |
77- npm config set "//${NPM_REGISTRY}/:_authToken=${NPM_AUTH_TOKEN}"
78- sed -i 's/"assemblyscript"/"@assemblyscript\/assemblyscript"/' package.json
79- sed -i 's/"assemblyscript"/"@assemblyscript\/assemblyscript"/' package-lock.json
80- npm publish --registry=https://${NPM_REGISTRY}
81- cd lib/loader
82- npm publish --registry=https://${NPM_REGISTRY}
83- cd ../..
72+ # - name: Publish to gpr
73+ # env:
74+ # NPM_REGISTRY: "npm.pkg.github.com"
75+ # NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76+ # run: |
77+ # npm config set "//${NPM_REGISTRY}/:_authToken=${NPM_AUTH_TOKEN}"
78+ # sed -i 's/"assemblyscript"/"@assemblyscript\/assemblyscript"/' package.json
79+ # sed -i 's/"assemblyscript"/"@assemblyscript\/assemblyscript"/' package-lock.json
80+ # npm publish --registry=https://${NPM_REGISTRY}
81+ # cd lib/loader
82+ # npm publish --registry=https://${NPM_REGISTRY}
83+ # cd ../..
Original file line number Diff line number Diff line change 88 " assemblyscript" ,
99 " wasm"
1010 ],
11- "version" : " 0.10.0 " ,
11+ "version" : " 0.10.1 " ,
1212 "author" : " Daniel Wirtz <dcode+assemblyscript@dcode.io>" ,
1313 "contributors" : [],
1414 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments