Skip to content

Commit

Permalink
chore: update publish script and ssr version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Dec 12, 2024
1 parent ff09189 commit b0dd420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
version: 9
run_install: true

- name: Build
run: npm run build

- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion packages/g6-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-ssr",
"version": "0.0.8",
"version": "0.0.2",
"description": "Support SSR for G6",
"keywords": [
"antv",
Expand Down

0 comments on commit b0dd420

Please sign in to comment.