Skip to content

Commit

Permalink
ci: fix version creation
Browse files Browse the repository at this point in the history
Since semver is using `runExecutor`, it doesn't trigger the dependencies;
as quick fix we have to mark put it explicitly on `postTargets`.
  • Loading branch information
dianjuar committed Jan 17, 2024
1 parent f6a802a commit 090c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngx-deploy-npm/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"postTargets": ["ngx-deploy-npm:deploy"],
"postTargets": ["ngx-deploy-npm:build", "ngx-deploy-npm:deploy"],
"versionTagPrefix": "v"
}
},
Expand Down

0 comments on commit 090c58e

Please sign in to comment.