Skip to content

Commit

Permalink
ci: update ci for joplin-search-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Oct 10, 2024
1 parent 32c2392 commit 3173085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-joplin-search-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
run: pnpm install
working-directory: ${{ env.PACKAGE_PATH }}
- name: Zip extensions
run: pnpm run zip
run: pnpm run zip && pnpm run zip:firefox
working-directory: ${{ env.PACKAGE_PATH }}
- name: Create Release
uses: softprops/action-gh-release@v2
with:
tag_name: 'v${{ needs.Version.outputs.version }}'
name: 'v${{ needs.Version.outputs.version }}'
tag_name: 'joplin-search-integration@${{ needs.Version.outputs.version }}'
name: 'joplin-search-integration@${{ needs.Version.outputs.version }}'
draft: false
prerelease: false
files: |
Expand Down
2 changes: 1 addition & 1 deletion packages/joplin-search-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Displays Joplin notes in search results on Google, Bing, and other engines, integrating personal notes with web searches.",
"type": "module",
"private": true,
"version": "0.10.1",
"version": "0.10.2",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
Expand Down

0 comments on commit 3173085

Please sign in to comment.