Skip to content

Commit

Permalink
Merge pull request #3 from b-yp/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
b-yp authored May 20, 2023
2 parents be040a4 + b912298 commit 30d9da5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Releases

env:
PLUGIN_NAME: logseq-plugin-template-react
PLUGIN_NAME: logseq-notion-sync

# Controls when the action will run.
on:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- uses: pnpm/[email protected]
with:
version: 6.0.2
Expand Down
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ module.exports = {
"@semantic-release/exec",
{
prepareCmd:
"zip -qq -r logseq-plugin-template-react-${nextRelease.version}.zip dist readme.md logo.svg LICENSE package.json",
"zip -qq -r logseq-notion-sync-${nextRelease.version}.zip dist readme.md logo.svg LICENSE package.json",
},
],
[
"@semantic-release/github",
{
assets: "logseq-plugin-template-react-*.zip",
assets: "logseq-notion-sync-*.zip",
},
],
],
Expand Down

0 comments on commit 30d9da5

Please sign in to comment.