File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1313 with :
1414 node-version : 16
1515 - run : yarn install --frozen-lockfile
16+ - run : yarn build
1617 # - run: yarn test
1718
1819 publish-gpr :
2627 - uses : actions/setup-node@v3
2728 with :
2829 node-version : 16
29- registry-url : https://npm.pkg.github.com /
30+ registry-url : https://registry.npmjs.org /
3031 - run : yarn install --frozen-lockfile
31- - run : yarn publish
32+ - run : yarn build
33+ - run : yarn publish --access public
3234 env :
33- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN }}
35+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
2- "name" : " @badgeteam/mch2022 -webusb-lib " ,
2+ "name" : " @badge.team/badge -webusb" ,
33 "version" : " 1.0.0" ,
44 "description" : " Web API for the Badge.team MCH2022 badge" ,
55 "keywords" : [
You can’t perform that action at this time.
0 commit comments