From 9be8b78bfea0fcfeb5031283569645bca63f71f1 Mon Sep 17 00:00:00 2001 From: Keno Dressel Date: Tue, 7 May 2024 17:05:47 +0200 Subject: [PATCH] ci: adjusts ci to new release please action --- .github/workflows/prod-docker.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/prod-docker.yml b/.github/workflows/prod-docker.yml index 222da9cb..ef0e0252 100644 --- a/.github/workflows/prod-docker.yml +++ b/.github/workflows/prod-docker.yml @@ -16,11 +16,7 @@ jobs: tag_name: ${{ steps.release.outputs.tag_name }} release_created: ${{ steps.release.outputs.release_created }} steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 100 - - - uses: GoogleCloudPlatform/release-please-action@v3 + - uses: google-github-actions/release-please-action@v4 id: release with: token: ${{ secrets.GITHUB_TOKEN }}