Skip to content

Commit

Permalink
bump: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktay Alizada authored Feb 7, 2024
1 parent fe0e6f1 commit 434bf07
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,8 @@ jobs:
if: github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'bump')
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PEM }}

- uses: google-github-actions/release-please-action@v4
with:
token: "${{ steps.generate_token.outputs.token }}"
token: "${{ secrets.GITHUB_TOKEN }}"
manifest-file: .release-please-manifest.json
config-file: release-please-config.json
config-file: release-please-config.json

0 comments on commit 434bf07

Please sign in to comment.