Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Sep 8, 2024
1 parent 4ae7a3d commit 5e2f6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-version-number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ on:
outputs:
sha:
description: "Git commit sha has changed."
value: ${{ jobs.update-packagejson.outputs.sha }}
value: ${{ jobs.update-version-number.outputs.sha }}
branch-name:
description: Git branch name created.
value: ${{ jobs.update-packagejson.outputs.branch-name }}
value: ${{ jobs.update-version-number.outputs.branch-name }}
is-branch-created:
description: Indicate is Git branch created or not.
value: ${{ jobs.update-packagejson.outputs.is-branch-created }}
Expand Down

0 comments on commit 5e2f6cb

Please sign in to comment.