Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
debug: build
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 8, 2020
1 parent 51e115e commit 651a642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# git push origin main
release-please-pr:
runs-on: ubuntu-latest
needs: [build]
# needs: [build]
steps:
- uses: GoogleCloudPlatform/release-please-action@4b61e6458fa5273c1cfbcd2a3c5830322258e980
with:
Expand All @@ -32,7 +32,7 @@ jobs:
command: release-pr
release-please-release:
runs-on: ubuntu-latest
needs: [build]
# needs: [build]
steps:
- uses: GoogleCloudPlatform/release-please-action@4b61e6458fa5273c1cfbcd2a3c5830322258e980
with:
Expand Down

0 comments on commit 651a642

Please sign in to comment.