We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7997b16 commit daf3143Copy full SHA for daf3143
2 files changed
.github/workflows/publish.yml
@@ -28,7 +28,10 @@ jobs:
28
- name: Run build script
29
run: npm run build
30
31
+ - name: Configure npm for publishing
32
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
33
+
34
- name: Publish to npm
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --access public --registry=https://registry.npmjs.org
37
+ run: npm publish --access public
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "modulatecss",
3
- "version": "1.0.16",
+ "version": "1.0.17",
4
"publishConfig": {
5
"registry": "https://npm.pkg.github.com"
6
},
0 commit comments