chore: remove duplicate step (#5624)

This commit is contained in:
Elio Bischof 2023-04-06 15:46:21 +02:00 committed by GitHub
parent 2ee7b9c381
commit 1e63c2eea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,11 +78,6 @@ jobs:
with:
file: .artifacts/codecov/profile.cov
name: go-codecov
- uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Bump Chart Version
uses: peter-evans/repository-dispatch@v2
if: steps.semantic.outputs.new_release_published == 'true' && github.ref == 'refs/heads/main'