Skip to content

Commit

Permalink
fix(release-please): remove legacy property (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Dec 2, 2023
1 parent b87229d commit 2b4fc2f
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 @@ -6,16 +6,16 @@ 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: renovate-config
release-type: node
token: ${{ steps.generate_token.outputs.token }}

0 comments on commit 2b4fc2f

Please sign in to comment.