diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ddb24f..6a3d50d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: # own cluster repo. The template repo itself ships no release (it is the sync # source; downstream instances release independently). if: github.repository != 'devantler-tech/platform-template' - uses: devantler-tech/reusable-workflows/.github/workflows/create-release.yaml@f974f62a8cb396130fa084d209ad1fc17e99b9fc # v5.6.1 + uses: devantler-tech/reusable-workflows/.github/workflows/create-release.yaml@c830916321473ec23bb612e41de963b9b01af897 # v5.6.6 permissions: contents: write # create releases and tags issues: write # comment on related issues