Skip to content

Commit

Permalink
fix: use correct repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Aug 12, 2022
1 parent d2a3970 commit c60f21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [master]

env:
SERVICE_NAME: key_management_service
SERVICE_NAME: key-management-service

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const serviceName = 'fossapps/key_management_service';
const serviceName = 'fossapps/key-management-service';

class SemanticReleaseError extends Error {
constructor(message, code, details) {
Expand Down

0 comments on commit c60f21b

Please sign in to comment.