Skip to content

Commit

Permalink
Remove publish workflow for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-br committed Dec 28, 2023
1 parent ed015db commit 7f4446a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/maven-publish.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ jobs:
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Publish to GitHub Packages
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
- name: Build and Publish with Maven
run: mvn -B deploy --file pom.xml -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 7f4446a

Please sign in to comment.