Skip to content

Commit

Permalink
fix(release): remove "--tag ..." from changelog
Browse files Browse the repository at this point in the history
Fix the regression. The option is not required for the release workflow.

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit authored and innobead committed Sep 20, 2024
1 parent 8c83428 commit 5f4a9eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ jobs:
--log-level error \
--owner longhorn \
--branch "${{ steps.var.outputs.branch }}" \
--tag "${{ steps.var.outputs.tag }}" \
--prev-tag "${{ steps.var.outputs.prev_tag }}" \
$(printf -- '--repos %s ' "${repos[@]}"))
echo "$output"
Expand Down

0 comments on commit 5f4a9eb

Please sign in to comment.