Skip to content

Commit

Permalink
fix(semver): github and gitlab executor impl path
Browse files Browse the repository at this point in the history
  • Loading branch information
edbzn committed Mar 24, 2024
1 parent daad2af commit bb2b1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/semver/executors.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"description": "Automate versioning and CHANGELOG generation."
},
"github": {
"implementation": "./src/executors/github/executor/executor",
"implementation": "./src/executors/github/executor",
"schema": "./src/executors/github/schema.json",
"description": "github executor"
},
"gitlab": {
"implementation": "./src/executors/gitlab/executor/executor",
"implementation": "./src/executors/gitlab/executor",
"schema": "./src/executors/gitlab/schema.json",
"description": "gitlab executor"
}
Expand Down

0 comments on commit bb2b1ab

Please sign in to comment.