Skip to content

Commit 639ac07

Browse files
committed
build(ci): publish if tag
Signed-off-by: Vojtech Masek <[email protected]>
1 parent 1fee55f commit 639ac07

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ pipeline:
77
- npm run test
88
- npm run build
99
release:
10+
when:
11+
event: tag
1012
image: plugins/npm
1113
username: flowup
1214

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-client-generator",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Angular REST API client generator from Swagger YAML or JSON file with camel case settigs",
55
"homepage": "https://github.com/flowup/api-client-generator/blob/master/README.md",
66
"main": "src/main.ts",

0 commit comments

Comments
 (0)