Skip to content

Commit

Permalink
Fix syntax error in release workflow title assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hofmann <[email protected]>
  • Loading branch information
hoffe86 committed Jan 8, 2025
1 parent 167fba2 commit 804aa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: ${{inputs.beta_release}}
automatic_release_tag: ${{inputs.build_number}}
title: ${{env.releaseName}}}}
title: ${{env.releaseName}}
files: |
${{env.BuildDirectory}}/**/*.msixbundle
${{env.BuildDirectory}}/**/*.msixupload

0 comments on commit 804aa06

Please sign in to comment.