We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856bedb commit 1423430Copy full SHA for 1423430
.github/workflows/auto-publish.yml
@@ -16,9 +16,8 @@ jobs:
16
- uses: actions/checkout@master
17
- uses: actions/setup-node@v2
18
with:
19
- node-version: '18.x'
20
- registry-url: 'https://registry.npmjs.org'
21
- scope: '@wlocalhost'
+ node-version: '16.x'
+# cache: 'yarn'
22
23
- name: Install modules & build the Library
24
run: |
package.json
@@ -40,6 +40,9 @@
40
]
41
42
},
43
+ "publishConfig": {
44
+ "access": "public"
45
+ },
46
"keywords": [],
47
"repository": {
48
"url": "https://github.com/wanoo21/Angular-mjml-output"
0 commit comments