diff --git a/.github/workflows/release-php.yaml b/.github/workflows/release-php.yaml index 2441d5ab1..f637a345d 100644 --- a/.github/workflows/release-php.yaml +++ b/.github/workflows/release-php.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: '0' - - uses: cucumber/action-publish-subrepo@v1.1.0 + - uses: cucumber/action-publish-subrepo@v1.1.1 with: working-directory: php github-token: ${{ secrets.CUKEBOT_GITHUB_TOKEN }}