Skip to content

Commit

Permalink
Update output to use proper variable name (bitwarden#4788)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia authored Sep 18, 2024
1 parent 531dcda commit c0be813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-22.04
outputs:
branch-name: ${{ steps.branch.outputs.branch-name }}
deployment-id: ${{ steps.deployment.outputs.deployment-id }}
deployment-id: ${{ steps.deployment.outputs.deployment_id }}
release-version: ${{ steps.version-output.outputs.version }}
steps:
- name: Version output
Expand Down

0 comments on commit c0be813

Please sign in to comment.