Skip to content

Commit

Permalink
Update release-please.yml
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 366cfca commit 5e2f422
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: release-please

on:
push:
branches:
Expand All @@ -7,13 +9,24 @@ permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
- name: Debug configuration
run: |
echo "GITHUB_REF: $GITHUB_REF"
echo "GITHUB_SHA: $GITHUB_SHA"
echo "GITHUB_REPOSITORY: $GITHUB_REPOSITORY"
echo "GITHUB_EVENT_NAME: $GITHUB_EVENT_NAME"
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
echo "Contents of release-please-config.json:"
cat release-please-config.json
echo "Contents of .release-please-manifest.json:"
cat .release-please-manifest.json
- name: Run Release Please
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.PAT }}
config-file: release-please-config.json
Expand Down

0 comments on commit 5e2f422

Please sign in to comment.