Skip to content

Commit 08917ac

Browse files
Update plugin.yaml
1 parent ee33273 commit 08917ac

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

stable/relese-to-NPM/plugin.yaml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
version: "1.0"
22

33
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
4+
5+
build_step:
6+
type: build
7+
dockerfile: Dockerfile
8+
image-name: codefresh/cli
9+
tag: ${{CF_BRANCH}}
10+
11+
deploy_to_npm:
12+
title: Publishing To Npm
13+
image: codefresh/release-to-npm
14+
commands:
15+
- NPM_TOKEN=${{NPM_TOKEN}} npm run ci-publish

0 commit comments

Comments
 (0)