Skip to content

Commit

Permalink
Define access as public
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Jun 4, 2024
1 parent 9fd4fc7 commit 3c16f50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: pnpm run build

- name: Publish alto to npm
run: cd packages/alto && npm publish --tag $(git branch --show-current | tr -cs '[:alnum:]-' '-' | tr '[:upper:]' '[:lower:]' | sed 's/-$//')
run: cd packages/alto && npm publish --access public --tag $(git branch --show-current | tr -cs '[:alnum:]-' '-' | tr '[:upper:]' '[:lower:]' | sed 's/-$//')
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ORG_PIMLICO_TOKEN }}
1 change: 0 additions & 1 deletion packages/alto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"type": "git",
"url": "git+https://github.com/pimlicolabs/alto.git"
},
"private": false,
"author": "Pimlico",
"license": "GPL-3.0-or-later",
"main": "lib/index.js",
Expand Down

0 comments on commit 3c16f50

Please sign in to comment.