Skip to content

Commit

Permalink
ci: fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
azrod committed Jan 19, 2024
1 parent 17b1286 commit b95efe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version-file: 'go.mod'
- run: go install github.com/hashicorp/go-changelog/cmd/changelog-build@latest
- run: ./.ci/scripts/generate-changelog.sh
- run: ./.github/changelog/generate-changelog.sh
- run: |
if [[ `git status --porcelain` ]]; then
if ${{github.event_name == 'workflow_dispatch'}}; then
Expand Down

0 comments on commit b95efe2

Please sign in to comment.