1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 19:01:11 +02:00

debug: build

This commit is contained in:
bcoe
2020-10-08 13:57:57 -07:00
parent 51e115e47f
commit 651a6424c0

View File

@@ -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:
@@ -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: