Skip to content

Commit

Permalink
📢 Letting NPM know this is a public package
Browse files Browse the repository at this point in the history
  • Loading branch information
garaekz committed Jan 29, 2023
1 parent c59c0a9 commit f612fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
else
npm i
fi
- run: npm publish
- run: npm publish --access public
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": "@garaekz/inscraper",
"version": "1.2.9",
"version": "1.2.10",
"description": "A playwright based scraper for linked in profiles (for now)",
"main": "dist/main.js",
"types": "dist/types/main.d.ts",
Expand Down

0 comments on commit f612fd3

Please sign in to comment.