File tree 1 file changed +9
-6
lines changed 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,17 @@ jobs:
101
101
aws ssm put-parameter --name "powertools-python-release-version" --value $RELEASE_VERSION --overwrite
102
102
aws codepipeline start-pipeline-execution --name ${{ secrets.AWS_SAR_PIPELINE_NAME }}
103
103
104
- changelog :
105
- needs : release
106
- permissions :
107
- contents : write
108
- uses : ./.github/workflows/reusable_publish_changelog.yml
104
+ # NOTE: `event` type brings a detached head failing git setup
105
+ # and reusable workflows only work as a standalone job
106
+ # meaning we need to research for a solution that works for non-detached and detached mode
107
+ # changelog:
108
+ # needs: release
109
+ # permissions:
110
+ # contents: write
111
+ # uses: ./.github/workflows/reusable_publish_changelog.yml
109
112
110
113
docs :
111
- needs : [ release, changelog]
114
+ needs : release
112
115
permissions :
113
116
contents : write
114
117
pages : write
You can’t perform that action at this time.
0 commit comments