Skip to content

Commit 612aa4c

Browse files
committed
update actions
1 parent 173feb2 commit 612aa4c

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
@@ -17,6 +17,6 @@ jobs:
1717
- run: |
1818
npm install --audit=false --fund=false --package-lock=false
1919
npm test
20-
npm publish
20+
npm publish --access public --tag latest
2121
env:
2222
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"repository": "https://github.com/indooorsman/esbuild-css-modules-plugin.git",
1919
"scripts": {
2020
"test": "cd ./test && node test.js",
21-
"pub": "npm_config_registry=https://registry.npmjs.org/ npm publish --userconfig ~/.pubnpmrc --access public"
21+
"pub": "npm_config_registry=https://registry.npmjs.org/ npm publish --userconfig ~/.pubnpmrc --access public --tag latest"
2222
},
2323
"devDependencies": {
2424
"@types/node": "^17.0.23",

0 commit comments

Comments
 (0)