We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64a535 commit 44006a5Copy full SHA for 44006a5
.github/workflows/main.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: changelog
110
id: changelog
111
run: |
112
- CHANGELOG=$(nix develop --command git-cliff -c ${{ matrix.target }}/cliff.toml) --unreleased --tag ${{ matrix.target }}-v${{steps.targets.outputs.target_version}}
+ CHANGELOG=$(nix develop --command git-cliff -c ${{ matrix.target }}/cliff.toml --unreleased --tag ${{ matrix.target }}-v${{steps.targets.outputs.target_version}})
113
echo ::set-output name=changelog::$CHANGELOG
114
- uses: ncipollo/release-action@v1
115
with:
0 commit comments