Skip to content

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
lilac committed Mar 31, 2024
1 parent 4f3895b commit 7f25062
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn build
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: 16
# - run: yarn install --frozen-lockfile
# - run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# publish to Github Registry
# - uses: actions/setup-node@v4
# with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "electron-as-browser",
"name": "@rabrain/electron-as-browser",
"version": "1.1.1",
"description": "Make electron like browser easy and flexible.",
"keywords": [
Expand Down

0 comments on commit 7f25062

Please sign in to comment.