Skip to content

Commit

Permalink
1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed Nov 1, 2023
1 parent 3bc6150 commit 35bbfe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
pnpm install --frozen-lockfile
- name: Build & publish to npm registry
run: pnpm publish --no-git-checks
run: npm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yuuza/webfx",
"version": "1.10.2",
"version": "1.10.3",
"description": "",
"repository": "github:lideming/webfx",
"main": "dist/webfx.js",
Expand Down

1 comment on commit 35bbfe3

@vercel
Copy link

@vercel vercel bot commented on 35bbfe3 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

webfx – ./

webfx-lideming.vercel.app
webfx.yuuza.net
webfx-git-master-lideming.vercel.app

Please sign in to comment.