Skip to content

Commit d2f9f88

Browse files
jim-counterclaude
andcommitted
publish: ensure legacy step runs even if primary fails
Add `if: always()` to the legacy publish step so a failure in the 0xautonomys publish (expired token, transient error, etc.) doesn't skip the jim-counter publish. Guard on meta outputs to still skip if earlier validation steps failed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9c2fdcf commit d2f9f88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
--tags "${{ steps.meta.outputs.tags }}"
7171
7272
- name: Publish to ClawHub (jim-counter — legacy)
73+
if: always() && steps.meta.outputs.dir != ''
7374
env:
7475
CLAWHUB_TOKEN: ${{ secrets.CLAWHUB_TOKEN }}
7576
run: |

0 commit comments

Comments
 (0)