Skip to content

Commit

Permalink
chore: update release-please-action (#9)
Browse files Browse the repository at this point in the history
- Updates `release-please-action` reference
- Sets `target-branch` to `main`
  • Loading branch information
parkerd authored Sep 17, 2024
1 parent 98c14a2 commit 0955aa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
steps:
- id: release
name: Release
uses: google-github-actions/release-please-action@v4
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
target-branch: main
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

- if: ${{ steps.release.outputs.release_created }}
name: Checkout
Expand Down

0 comments on commit 0955aa4

Please sign in to comment.