Skip to content

Commit

Permalink
Removed unnecessary release step
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartyCaroine committed Sep 28, 2022
1 parent 8e77f96 commit 744146b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,4 @@ jobs:
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

- name: release
run: |
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 comments on commit 744146b

Please sign in to comment.