1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 22:31:37 +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 # git push origin main
release-please-pr: release-please-pr:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build] # needs: [build]
steps: steps:
- uses: GoogleCloudPlatform/release-please-action@4b61e6458fa5273c1cfbcd2a3c5830322258e980 - uses: GoogleCloudPlatform/release-please-action@4b61e6458fa5273c1cfbcd2a3c5830322258e980
with: with:
@@ -32,7 +32,7 @@ jobs:
command: release-pr command: release-pr
release-please-release: release-please-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build] # needs: [build]
steps: steps:
- uses: GoogleCloudPlatform/release-please-action@4b61e6458fa5273c1cfbcd2a3c5830322258e980 - uses: GoogleCloudPlatform/release-please-action@4b61e6458fa5273c1cfbcd2a3c5830322258e980
with: with: