We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee33273 commit 08917acCopy full SHA for 08917ac
stable/relese-to-NPM/plugin.yaml
@@ -1,13 +1,15 @@
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
+
+ build_step:
+ type: build
+ dockerfile: Dockerfile
+ image-name: codefresh/cli
+ tag: ${{CF_BRANCH}}
+ deploy_to_npm:
+ title: Publishing To Npm
+ image: codefresh/release-to-npm
14
+ commands:
15
+ - NPM_TOKEN=${{NPM_TOKEN}} npm run ci-publish
0 commit comments