NPM publish using Node container #4

Merged
Thilawyn merged 19 commits from npm-publish-fix into master 2023-12-29 04:27:34 +01:00
Showing only changes of commit fda96c3de2 - Show all commits

View File

@@ -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" }