diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9674785..9059d87 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@d6c7133cb8cb13189b97993aeb3f4d120f27479d # v5.4.1 + uses: devantler-tech/reusable-workflows/.github/workflows/create-release.yaml@59c9a1792fbef2d5849127a1c892ed39990645d9 # v5.5.5 permissions: contents: write # create releases and tags issues: write # comment on related issues