Skip to content

Commit

Permalink
chore: remove private flag from package
Browse files Browse the repository at this point in the history
  • Loading branch information
FdezRomero committed Feb 7, 2023
1 parent 27389a9 commit 17794b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "whimsical-exporter",
"version": "1.0.0",
"private": true,
"description": "CLI tool to export Whimsical boards recursively as image files.",
"author": "Rodrigo Fernández (@FdezRomero)",
"license": "MIT",
Expand Down

0 comments on commit 17794b7

Please sign in to comment.