Skip to content

Commit b9b6f45

Browse files
committed
chore(ci): readd changelog step on release
Signed-off-by: heitorlessa <[email protected]>
1 parent 7e9f72f commit b9b6f45

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,12 @@ jobs:
9595
aws ssm put-parameter --name "powertools-python-release-version" --value $RELEASE_VERSION --overwrite
9696
aws codepipeline start-pipeline-execution --name ${{ secrets.AWS_SAR_PIPELINE_NAME }}
9797
98-
docs:
98+
changelog:
9999
needs: release
100+
uses: ./.github/workflows/reusable_publish_changelog.yml
101+
102+
docs:
103+
needs: [release, changelog]
100104
runs-on: ubuntu-latest
101105
env:
102106
RELEASE_VERSION: ${{ needs.release.outputs.RELEASE_VERSION }}

0 commit comments

Comments
 (0)