Skip to content

Commit

Permalink
Update releae pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mhshams committed Jan 1, 2022
1 parent 5892ca7 commit 601dff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Version
run: mvn versions:set "-DnewVersion=${{ github.ref_name }}"
- name: Build
run: mvn --batch-mode package --file pom.xml
run: mvn --batch-mode package
- name: Set up Apache Maven Central
uses: actions/setup-java@v2
with:
Expand All @@ -30,7 +30,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_KEY }}
gpg-passphrase: GPG_PASS
- name: Publish
run: mvn --batch-mode deploy -DskipTests -Dgpg.sign
run: mvn --batch-mode deploy -Dgpg.sign
env:
MVN_USER: ${{ secrets.MVN_USER }}
MVN_TOKEN: ${{ secrets.MVN_TOKEN }}
Expand Down

0 comments on commit 601dff5

Please sign in to comment.