Skip to content

Commit

Permalink
ci: adjusts ci to new release please action
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel committed May 7, 2024
1 parent de61ccd commit 9be8b78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/prod-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9be8b78

Please sign in to comment.