diff --git a/.github/workflows/extension-attach-artifact-release.yml b/.github/workflows/extension-attach-artifact-release.yml index b6d0316e..c4900863 100644 --- a/.github/workflows/extension-attach-artifact-release.yml +++ b/.github/workflows/extension-attach-artifact-release.yml @@ -232,6 +232,7 @@ jobs: /tmp/combined/${{needs.build-multi-architecture.outputs.artifact_id}}-${{needs.build-multi-architecture.outputs.artifact_version}}.pom attach-to-release: + if: always() name: Attach Artifact to Release needs: [ combineJars ] runs-on: ubuntu-latest