Skip to content

Commit ea486a9

Browse files
ci: bump ClawHub package publish workflow
1 parent 9c154ff commit ea486a9

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
@@ -1531,10 +1531,7 @@ describe("package artifact reuse", () => {
15311531

15321532
for (const item of cases) {
15331533
const label = `${item.workflowPath} ${item.jobName}`;
1534-
const uploadStep = workflowStep(
1535-
workflowJob(item.workflowPath, item.jobName),
1536-
item.stepName,
1537-
);
1534+
const uploadStep = workflowStep(workflowJob(item.workflowPath, item.jobName), item.stepName);
15381535

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

0 commit comments

Comments
 (0)