Skip to content

Commit

Permalink
fix: release-please
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabas Busa <barnabas.busa@ethereum.org>
  • Loading branch information
barnabasbusa authored Jun 14, 2024
1 parent 943635d commit 4fcc154
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main

permissions:
contents: write
Expand All @@ -15,4 +15,5 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: simple
token: ${{ secrets.PAT }}
manifest-file: .release-please-manifest.json

0 comments on commit 4fcc154

Please sign in to comment.