Skip to content

Commit

Permalink
chore: Update release-please workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Oct 28, 2024
1 parent 989c03f commit 2b151ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write
id-token: write

jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
manifest-file: ".release-please-manifest.json"
config-file: "release-please-config.json"

- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
Expand Down
Binary file modified .release-please-manifest.json
Binary file not shown.

0 comments on commit 2b151ef

Please sign in to comment.