Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Diwamoto authored Apr 9, 2024
1 parent 08ad7c8 commit c4f1235
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Generate GitHub Apps token
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ steps.generate_token.outputs.token }}
release-type: simple
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple

0 comments on commit c4f1235

Please sign in to comment.