4238ac653e
Currently we suggest that folks dual publish to both npm + gpr. There are a large number of edge cases related to doing this and IMHO it is not the best practice. Let's make two separate workflows.
7 lines
242 B
JSON
7 lines
242 B
JSON
{
|
|
"name": "Publish Node.js Package to GitHub Packages",
|
|
"description": "Publishes a Node.js package to GitHub Packages.",
|
|
"iconName": "node-package-transparent",
|
|
"categories": ["Continuous integration", "JavaScript", "npm"]
|
|
}
|