NPM publish using Node container #4
@@ -25,19 +25,9 @@ local build_step = {
|
||||
commands: ["bun run build"],
|
||||
};
|
||||
|
||||
// local publish_step = {
|
||||
// name: "publish",
|
||||
// image: "plugins/npm",
|
||||
|
||||
// settings: {
|
||||
// registry: "https://git.jvalver.de/api/packages/thilawyn/npm",
|
||||
// token: { from_secret: "npm_token" },
|
||||
// },
|
||||
// };
|
||||
|
||||
local publish_step = {
|
||||
name: "publish",
|
||||
image: "node:14",
|
||||
image: "node:20",
|
||||
|
||||
environment: {
|
||||
NPM_TOKEN: { from_secret: "npm_token" }
|
||||
|
||||
Reference in New Issue
Block a user