NPM publish using Node container #4
@@ -25,19 +25,9 @@ local build_step = {
|
|||||||
commands: ["bun run build"],
|
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 = {
|
local publish_step = {
|
||||||
name: "publish",
|
name: "publish",
|
||||||
image: "node:14",
|
image: "node:20",
|
||||||
|
|
||||||
environment: {
|
environment: {
|
||||||
NPM_TOKEN: { from_secret: "npm_token" }
|
NPM_TOKEN: { from_secret: "npm_token" }
|
||||||
|
|||||||
Reference in New Issue
Block a user