Skip to content

Commit def6dee

Browse files
committed
ci: use --access public to publish new public package
1 parent c427ffd commit def6dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
run: npm ci
2525

2626
- name: Publish package
27-
run: npm publish
27+
run: npm publish --access public
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocmx/client",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Conversión CFDI a PDF",
55
"main": "src/index.js",
66
"types": "src/types.d.ts",

0 commit comments

Comments
 (0)