Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Wrong name fixed.
  • Loading branch information
dschiese authored Aug 21, 2024
1 parent 0925c4f commit b746435
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Determine release list
run:
chmod +x ./service_config/version_check.sh
./service_config/version_check.sh

- name: Install dependencies
run: mvn clean install -Dgpg.skip

- name: Determine release list
run: |
chmod +x ./service_config/version_script.sh
./service_config/version_script.sh

- name: Deploy and Release artifact
run: |
Expand Down

0 comments on commit b746435

Please sign in to comment.