Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Jun 25, 2024
1 parent 813a5b0 commit c916bc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
name: Read Configuration
name: Read configuration
uses: hashicorp/vault-action@v3
id: vault
with:
Expand All @@ -50,7 +50,7 @@ jobs:
with:
fetch-depth: 0
-
name: Install Deps
name: Install deps
run: make deps
-
name: Clean Generated Code
Expand All @@ -75,7 +75,7 @@ jobs:
needs: build
steps:
-
name: Read Configuration
name: Read configuration
uses: hashicorp/vault-action@v3
id: vault
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
gpg_private_key: ${{ env.MAVEN_GPG_PRIVATE_KEY }}
passphrase: MAVEN_GPG_PASSPHRASE
-
name: Install Deps
name: Install deps
run: make deps
-
name: Install package
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
name: Release to maven central
steps:
-
name: Read Configuration
name: Read configuration
uses: hashicorp/vault-action@v3
id: vault
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Java GRPC bindings for aserto directory. Those are raw bindings, for a better de

### Building the project
```bash
mvn clean && mvn package
mvn clean package
```
If you want to install the package to your local maven repository in order to include it in other projects
```bash
mvn clean && mvn install
mvn clean install
```

0 comments on commit c916bc2

Please sign in to comment.