Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 30, 2023
1 parent 2241b24 commit 52aa646
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ on:
CLIENT_BOT_PAT:
required: true
outputs:
new_version: ${{ jobs.bump-version.outputs.new_version }}
bump_sha: ${{ jobs.bump-version.outputs.bump_sha }}
new_version:
value: ${{ jobs.bump-version.outputs.new_version }}
bump_sha:
value: ${{ jobs.bump-version.outputs.bump_sha }}

jobs:
bump-version:
Expand Down

0 comments on commit 52aa646

Please sign in to comment.