Skip to content

Commit

Permalink
fix: Downgrade release please to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabas Busa <[email protected]>
  • Loading branch information
barnabasbusa authored Jun 17, 2024
1 parent 38d68e5 commit a54f0b5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Release Please
uses: googleapis/release-please-action@v4
uses: googleapis/release-please-action@v3
with:
token: ${{ secrets.PAT }}
config-file: .github/workflows/release-please-config.json
manifest-file: .github/workflows/.release-please-manifest.json
release-type: simple
include-v-in-tag: false
package-name: optimism-package
#config-file: .github/workflows/release-please-config.json
#manifest-file: .github/workflows/.release-please-manifest.json

0 comments on commit a54f0b5

Please sign in to comment.