Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Nov 30, 2024
1 parent a71baa8 commit b78657e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
shell: bash
run: |
set -eoux pipefail
declare -A output=$(just merge-changelog)
declare -A output="$(just merge-changelog)"
cat changelog.md
for item in ${!output[@]}; do
echo ${output[$item]}
Expand Down

0 comments on commit b78657e

Please sign in to comment.