Skip to content

Commit 079fd19

Browse files
committed
fix issue
1 parent 4e71748 commit 079fd19

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/package-only.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
package:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
packages: write
1114
steps:
1215
- uses: actions/checkout@v4
1316

@@ -50,7 +53,7 @@ jobs:
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:

.github/workflows/submit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
jobs:
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
@@ -53,7 +56,7 @@ jobs:
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:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -9,7 +9,7 @@
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",

0 commit comments

Comments
 (0)