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 852be7d commit ee33273Copy full SHA for ee33273
stable/relese-to-NPM/plugin.yaml
@@ -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
+version: "1.0"
+
+steps:
+ build_step:
+ 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