Skip to content

Commit

Permalink
Merge pull request #76 from markscamilleri/github-actions-fix
Browse files Browse the repository at this point in the history
ci(publish): Update plugin name and node version in GitHub Actions
  • Loading branch information
sawhney17 authored Apr 28, 2024
2 parents 59cfe5b + 7af3e39 commit 014ed2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '*' # Push events to matching any tag format, i.e. 1.0, 20.15.10

env:
PLUGIN_NAME: logseq-starter-plugin
PLUGIN_NAME: logseq-automatic-linker

jobs:
build:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x' # You might need to adjust this value to your own version
node-version: '20.x' # You might need to adjust this value to your own version
- name: Build
id: build
run: |
Expand Down

0 comments on commit 014ed2d

Please sign in to comment.