Skip to content

Commit

Permalink
fix: a pom artifact doesn't have souces or javadocs (#225)
Browse files Browse the repository at this point in the history
* fix: a pom artifact doesn't have souces or javadocs

* fix: just go for a quick build/sanity check
  • Loading branch information
filipelautert authored Dec 5, 2024
1 parent 9d388f9 commit dac5237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ on:
jobs:
build-test:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
secrets: inherit
with:
java: '[21]'
os: 'ubuntu-latest'

0 comments on commit dac5237

Please sign in to comment.