There was an error while loading. Please reload this page.
1 parent 7e9f72f commit b9b6f45Copy full SHA for b9b6f45
.github/workflows/publish.yml
@@ -95,8 +95,12 @@ jobs:
95
aws ssm put-parameter --name "powertools-python-release-version" --value $RELEASE_VERSION --overwrite
96
aws codepipeline start-pipeline-execution --name ${{ secrets.AWS_SAR_PIPELINE_NAME }}
97
98
- docs:
+ changelog:
99
needs: release
100
+ uses: ./.github/workflows/reusable_publish_changelog.yml
101
+
102
+ docs:
103
+ needs: [release, changelog]
104
runs-on: ubuntu-latest
105
env:
106
RELEASE_VERSION: ${{ needs.release.outputs.RELEASE_VERSION }}
0 commit comments