Skip to content

Commit

Permalink
Commented out package deployment to GA.
Browse files Browse the repository at this point in the history
  • Loading branch information
pefribeiro committed Feb 13, 2024
1 parent bdaabd6 commit 5f063b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
# - name: Publish to GitHub Packages Apache Maven
# run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
# env:
# GITHUB_TOKEN: ${{ github.token }}

- name: Create release
uses: xresloader/upload-to-github-release@v1
Expand Down

0 comments on commit 5f063b6

Please sign in to comment.