Skip to content

Commit

Permalink
Remove duplicate source goal
Browse files Browse the repository at this point in the history
  • Loading branch information
wode490390 authored Jun 8, 2024
1 parent 7240c77 commit 7d99116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
cd target/Network
mvn -B clean install
- name: Publish package
run: mvn -B clean source:jar javadoc:jar deploy -P github
run: mvn -B clean javadoc:jar deploy -P github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7d99116

Please sign in to comment.