Skip to content

Commit cd008ca

Browse files
authored
fix scoped npmjs package being published as private package
1 parent 79cc16b commit cd008ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish-npm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
registry-url: 'https://registry.npmjs.org'
3939
- run: npm install
4040
- run: npm run build
41-
- run: npm publish
41+
- run: npm publish --access=public
4242
env:
4343
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitpatty/next-image-s3-imgproxy-loader",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "imgproxy S3 extension for next/image",
55
"author": "Matteias Collet <matteias.collet@bluewin.ch>",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)