Skip to content

Commit ee33273

Browse files
Update plugin.yaml
1 parent 852be7d commit ee33273

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

stable/relese-to-NPM/plugin.yaml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
deploy_to_npm:
2-
title: Publishing To Npm
3-
image: codefresh/release-to-npm
4-
commands:
5-
- NPM_TOKEN=${{NPM_TOKEN}} npm run ci-publish
1+
version: "1.0"
2+
3+
steps:
4+
build_step:
5+
type: build
6+
dockerfile: Dockerfile
7+
image-name: codefresh/cli
8+
tag: ${{CF_BRANCH}}
9+
deploy_to_npm:
10+
title: Publishing To Npm
11+
image: codefresh/release-to-npm
12+
commands:
13+
- NPM_TOKEN=${{NPM_TOKEN}} npm run ci-publish

0 commit comments

Comments
 (0)