Skip to content

Commit

Permalink
Publishing from package folder (maybe 🤞 )
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti committed Dec 11, 2022
1 parent ce53383 commit 4da8312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: npm i
- run: npm run build
- run: cd ./package
- run: npm publish
- working-directory: package
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveltekit-search-params",
"version": "0.1.11",
"version": "0.1.12",
"repository": "git+https://github.com/paoloricciuti/sveltekit-search-params.git",
"author": "Paolo Ricciuti",
"license": "MIT",
Expand Down

0 comments on commit 4da8312

Please sign in to comment.