File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 88jobs :
99 package :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ contents : read
13+ packages : write
1114 steps :
1215 - uses : actions/checkout@v4
1316
5053
5154 - name : Publish to GitHub Packages
5255 run : |
53- echo "@ropzislaw :registry=https://npm.pkg.github.com" >> ~/.npmrc
56+ echo "@aipexstudio :registry=https://npm.pkg.github.com" >> ~/.npmrc
5457 echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
5558 pnpm publish:github
5659 env :
Original file line number Diff line number Diff line change 1717jobs :
1818 build :
1919 runs-on : ubuntu-latest
20+ permissions :
21+ contents : read
22+ packages : write
2023 steps :
2124 - uses : actions/checkout@v4
2225 - name : Cache pnpm modules
5356
5457 - name : Publish to GitHub Packages
5558 run : |
56- echo "@ropzislaw :registry=https://npm.pkg.github.com" >> ~/.npmrc
59+ echo "@aipexstudio :registry=https://npm.pkg.github.com" >> ~/.npmrc
5760 echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
5861 pnpm publish:github
5962 env :
Original file line number Diff line number Diff line change 11{
2- "name" : " @ropzislaw /cool-aipex" ,
2+ "name" : " @aipexstudio /cool-aipex" ,
33 "displayName" : " AIPex" ,
44 "version" : " 0.0.1" ,
55 "description" : " Automate your browser with natural language commands - The open source browser-use solution" ,
99 },
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " git+https://github.com/AIPexStudio/AIPex .git"
12+ "url" : " git+https://github.com/AIPexStudio/aipex-whole .git"
1313 },
1414 "scripts" : {
1515 "dev" : " plasmo dev" ,
You can’t perform that action at this time.
0 commit comments