Skip to content

Commit

Permalink
Remove shaded cleanup?
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Pizzo committed Jul 30, 2024
1 parent d414266 commit 1f6f800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
cache: maven

- name: 'Prepare Staging for JReleaser'
run: for filename in target/original-*.jar; do rm "${filename//original-/}" && mv "$filename" "${filename//original-/}"; done && ./mvnw -Ppublication deploy -DskipTests -DskipShaded
run: ./mvnw -Ppublication deploy -DskipTests -DskipShaded

- name: 'Release with JReleaser'
env:
Expand Down

0 comments on commit 1f6f800

Please sign in to comment.