Skip to content

Commit d43366b

Browse files
ci: bump ClawHub package publish workflow (#97907)
1 parent 82dfd89 commit d43366b

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/plugin-clawhub-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
needs:
388388
[preview_plugins_clawhub, pack_plugins_clawhub_artifacts, approve_plugins_clawhub_release]
389389
if: always() && github.event_name == 'workflow_dispatch' && needs.preview_plugins_clawhub.outputs.has_candidates == 'true' && needs.pack_plugins_clawhub_artifacts.result == 'success' && (inputs.dry_run == true || needs.approve_plugins_clawhub_release.result == 'success')
390-
uses: openclaw/clawhub/.github/workflows/package-publish.yml@9d49df109d4ad3dc8a6ecf05d26b39f46d294721
390+
uses: openclaw/clawhub/.github/workflows/package-publish.yml@28409ee6ce9d088c9ddf0d6913cde6597f83f362
391391
permissions:
392392
actions: read
393393
contents: read

test/scripts/package-acceptance-workflow.test.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,10 +1534,7 @@ describe("package artifact reuse", () => {
15341534

15351535
for (const item of cases) {
15361536
const label = `${item.workflowPath} ${item.jobName}`;
1537-
const uploadStep = workflowStep(
1538-
workflowJob(item.workflowPath, item.jobName),
1539-
item.stepName,
1540-
);
1537+
const uploadStep = workflowStep(workflowJob(item.workflowPath, item.jobName), item.stepName);
15411538

15421539
expect(uploadStep.if, label).toContain("always()");
15431540
expect(uploadStep.uses, label).toBe(UPLOAD_ARTIFACT_V7);
@@ -2140,7 +2137,7 @@ describe("package artifact reuse", () => {
21402137
"github.event_name == 'workflow_dispatch' && inputs.dry_run != true && inputs.publish_scope == 'selected' && steps.plan.outputs.skipped_published_count != '0'",
21412138
);
21422139
expect(clawHubWorkflow).toContain(
2143-
"uses: openclaw/clawhub/.github/workflows/package-publish.yml@9d49df109d4ad3dc8a6ecf05d26b39f46d294721",
2140+
"uses: openclaw/clawhub/.github/workflows/package-publish.yml@28409ee6ce9d088c9ddf0d6913cde6597f83f362",
21442141
);
21452142
expect(clawHubWorkflow).toContain("dry_run:");
21462143
expect(clawHubWorkflow).toContain("default: false");

0 commit comments

Comments
 (0)