Skip to content

Commit

Permalink
Fix release name in openhab.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hofmann <[email protected]>
  • Loading branch information
hoffe86 committed Feb 25, 2024
1 parent ae2a6ba commit bc2edea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openhab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
buildConfiguration: ${{ steps.configuration.outputs.BuildConfiguration }}
bundlePlatforms: ${{ steps.configuration.outputs.BundlePlatforms }}
buildNumber: ${{ steps.buildnumber.outputs.BUILD_NUMBER }}
releaseName: ${{ steps.buildnumber.outputs.Release_Name }}
releaseName: ${{ steps.buildnumber.outputs.RELEASE_NAME }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit bc2edea

Please sign in to comment.