Skip to content

Commit

Permalink
release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckis committed Aug 26, 2024
1 parent f4de296 commit dc42d9f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
name: Releases

env:
PLUGIN_NAME: logseq-plugin-template-react
PLUGIN_NAME: logseq-nostr

# Controls when the action will run.
on:
# push:
# branches:
# - "master"
push:
branches:
- "release"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- uses: pnpm/[email protected]
with:
version: 6.0.2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-screenplay",
"version": "0.0.0",
"name": "logseq-nostr",
"version": "0.0.1",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ["master"],
branches: ["release"],
plugins: [
[
"@semantic-release/commit-analyzer",
Expand All @@ -26,7 +26,7 @@ module.exports = {
[
"@semantic-release/github",
{
assets: "logseq-plugin-template-react-*.zip",
assets: "logseq-nostr-*.zip",
},
],
],
Expand Down

0 comments on commit dc42d9f

Please sign in to comment.