Skip to content

Commit

Permalink
feat(goreleaser): Enable Release Changelog (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
yermulnik committed May 1, 2024
1 parent a455c66 commit 585a5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ steps.semver-tag.outputs.tag }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
NO_CREATE_CHANGELOG: true
NO_CREATE_CHANGELOG: false

# Install Python
- name: Install Python
Expand Down

0 comments on commit 585a5eb

Please sign in to comment.