diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bba0c7c..22c9aa4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -131,7 +131,7 @@ jobs: # https://github.com/marketplace/actions/create-release - name: Create Release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 if: matrix.PHP_VERSION == env.PHP_STABLE_VERSION && github.event_name == 'push' with: name: ${{ steps.release-name.outputs.RELEASE_NAME }}