Skip to content

Commit

Permalink
fix(release-please): remove legacy property (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Dec 2, 2023
1 parent fbf7c46 commit 89e396c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ on:

jobs:
release-please:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.RENOVATE_BOT_APP_ID }}
private-key: ${{ secrets.RENOVATE_BOT_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
id: release
- id: release
uses: google-github-actions/release-please-action@v4
with:
token: ${{ steps.generate_token.outputs.token }}
package-name: prettier-config
release-type: node
token: ${{ steps.generate_token.outputs.token }}
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 89e396c

Please sign in to comment.