Skip to content

Commit

Permalink
Merge pull request #1 from b-yp/dev
Browse files Browse the repository at this point in the history
feat: update release.yml
  • Loading branch information
b-yp authored Oct 11, 2024
2 parents 11c3466 + 9dfb04d commit 82fe0ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
Expand All @@ -17,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-mind-map",
"version": "1.3.0",
"version": "1.0.0",
"main": "dist/index.html",
"logseq": {
"id": "logseq-mind-map",
Expand Down

0 comments on commit 82fe0ea

Please sign in to comment.