Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Oct 24, 2022
1 parent 9a0a460 commit ba50c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
if: github.event_name == 'release' && steps.tests.outcome == 'success'
run: |
pnpm package
pnpm publish package
npm publish ./package
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://svelte-algolia.netlify.app",
"repository": "https://github.com/janosh/svelte-algolia",
"license": "MIT",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"svelte": "Search.svelte",
"scripts": {
Expand Down

0 comments on commit ba50c15

Please sign in to comment.