Skip to content

Commit 44006a5

Browse files
committed
ci: fix changelog generator
1 parent e64a535 commit 44006a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: changelog
110110
id: changelog
111111
run: |
112-
CHANGELOG=$(nix develop --command git-cliff -c ${{ matrix.target }}/cliff.toml) --unreleased --tag ${{ matrix.target }}-v${{steps.targets.outputs.target_version}}
112+
CHANGELOG=$(nix develop --command git-cliff -c ${{ matrix.target }}/cliff.toml --unreleased --tag ${{ matrix.target }}-v${{steps.targets.outputs.target_version}})
113113
echo ::set-output name=changelog::$CHANGELOG
114114
- uses: ncipollo/release-action@v1
115115
with:

0 commit comments

Comments
 (0)