Skip to content

Commit

Permalink
feat(release): update release process, make sure compile the js
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaochunqi committed Sep 22, 2024
1 parent 2da70b6 commit 558dc5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ jobs:
with:
node-version: "18"

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm run build

- name: Get current and previous version
id: versions
run: |
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": "starred-to-logseq-action",
"version": "1.1.8",
"version": "1.2.0",
"description": "This project is a GitHub action that outputs GitHub stars in the format of Logseq documents.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 558dc5d

Please sign in to comment.