Skip to content

Commit

Permalink
Fix sb publish (#3407)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding authored May 13, 2024
1 parent 90fefe5 commit 6b65b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
sha: "${{ github.event.workflow_run.head_commit.id }}",
state: "sucesss",
state: "success",
description: "Successfully deployed",
context: "Storybook",
target_url: "${{ steps.publish.outputs.url }}"
Expand Down

0 comments on commit 6b65b07

Please sign in to comment.