Skip to content

Commit

Permalink
fix: release please manifest (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jun 20, 2024
1 parent 91dc68c commit 75ed7e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
- name: Run Release Please
uses: googleapis/release-please-action@v3
with:
token: ${{ secrets.PAT }}
release-type: simple
include-v-in-tag: false
package-name: ethereum-package

0 comments on commit 75ed7e1

Please sign in to comment.