Skip to content

Commit

Permalink
Merge pull request #24 from ethpandaops/barnabasbusa-patch-1
Browse files Browse the repository at this point in the history
fix: release-please
  • Loading branch information
barnabasbusa authored Jun 14, 2024
2 parents 943635d + 271f043 commit 6c5fb28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"release-type": "simple",
"include-v-in-tag": false
}
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 6c5fb28

Please sign in to comment.