Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ jobs:
- name: Upgrade npm
run: npm install -g npm@latest

# Explicit --tag latest: an old 2.0.0 exists on the registry, so npm will
# not implicitly move the latest tag onto the lower (but newer) 1.3.0.
- name: Publish to npm
run: npm publish
run: npm publish --tag latest
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"author": "Keshav Malik",
"bin": {
"servergen": "./bin/servergen.js"
"servergen": "bin/servergen.js"
},
"preferGlobal": true,
"license": "MIT",
Expand Down
Loading