mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
Update output to use proper variable name (#4788)
This commit is contained in:
parent
531dcda3fb
commit
c0be813a3b
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user