Skip to content

Commit

Permalink
fix: a pom artifact doesn't have souces or javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Dec 5, 2024
1 parent 9d388f9 commit 47a8241
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ jobs:
gpg -K
version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
./.github/sign_artifact.sh ./target/${{ env.artifact_id }}-${version}.pom
./.github/sign_artifact.sh ./target/${{ env.artifact_id }}-${version}-javadoc.jar
./.github/sign_artifact.sh ./target/${{ env.artifact_id }}-${version}-sources.jar
- name: Attach Files to Draft Release
id: upload-release-asset
Expand Down

0 comments on commit 47a8241

Please sign in to comment.