From 7af3e39274c3c4ce256957bd2c3a6ee30a451f9b Mon Sep 17 00:00:00 2001 From: Mark Said Camilleri Date: Mon, 22 Jan 2024 21:17:19 +0000 Subject: [PATCH] Update plugin name and node version in GitHub Actions Files were being published under the wrong name, so this commit fixes that. Also, NodeJS 16 has now reached end of life, with the current LTS version of NodeJS being v20. --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36642be..c923168 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: @@ -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: |