We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016f5fc commit ce3f86dCopy full SHA for ce3f86d
1 file changed
.github/workflows/export-dynamic.yaml
@@ -286,6 +286,9 @@ jobs:
286
image-repository-prefix: ${{ steps.set-image-tag-name.outputs.IMAGE_REPOSITORY_PREFIX }}
287
image-tag-prefix: ${{ inputs.image-tag-prefix }}
288
last-publish-commit: ${{ inputs.last-publish-commit }}
289
+ run:
290
+ # for now always pass this step so we can get all the followup logging steps to still run even if the export fails
291
+ ${{ github.action_path }}/export-dynamic.sh || true
292
293
- name: Set artifacts name suffix
294
id: set-artifacts-name-suffix
0 commit comments